diff --git a/nvim/lua/themystery/plugins/lsp.lua b/nvim/lua/themystery/plugins/lsp.lua index 2baa936..348419b 100644 --- a/nvim/lua/themystery/plugins/lsp.lua +++ b/nvim/lua/themystery/plugins/lsp.lua @@ -154,6 +154,7 @@ return { require('lspconfig').lua_ls.setup(lua_opts) end, rust_analyzer = lsp.noop, + fsautocomplete = lsp.noop, } })