diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-07-22 08:45:27 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-07-22 08:45:27 +0100 |
commit | d5f07cc4a55e29626bbbda8bc9153f78cd34de5a (patch) | |
tree | 949376d05b4e6818cc6a213de241bc64db9d9ddd | |
parent | 79f0875c87bdf585d68b5937da54f72c9bbf556e (diff) | |
download | dotnvim-d5f07cc4a55e29626bbbda8bc9153f78cd34de5a.tar.gz dotnvim-d5f07cc4a55e29626bbbda8bc9153f78cd34de5a.zip |
Updated comment
-rw-r--r-- | metals.vim | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -1,9 +1,4 @@ -" nvim-lsp Settings -" -" using latest stable -" let g:metals_server_version = '0.9.8+10-334e402e-SNAPSHOT' - -" nvim-metals +" nvim-metals settings " :lua << EOF metals_config = require'metals'.bare_config() |