diff options
-rw-r--r-- | coc-settings.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/coc-settings.json b/coc-settings.json index 6d8ab40b..a58469f2 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -128,13 +128,13 @@ "v": "open:vsplit" }, - "languageserver": { - "lua": { - "command": "/home/chris/.luambenvs/neovim4/bin/lua-lsp", - "filetypes": ["lua"], - "trace.server": "verbose" - } - }, + /* "languageserver": { */ + /* "lua": { */ + /* "command": "/home/chris/.luambenvs/neovim4/bin/lua-lsp", */ + /* "filetypes": ["lua"], */ + /* "trace.server": "verbose" */ + /* } */ + /* }, */ "bookmark.sign": "ï€", |