mirror of
https://github.com/TheM1Stery/dotfiles.git
synced 2025-04-19 16:51:10 +00:00
fix: do not attach fsautocomplete from mason
ionide attaches it already
This commit is contained in:
parent
bbb96b6aa4
commit
5f4a30c8cc
@ -154,6 +154,7 @@ return {
|
||||
require('lspconfig').lua_ls.setup(lua_opts)
|
||||
end,
|
||||
rust_analyzer = lsp.noop,
|
||||
fsautocomplete = lsp.noop,
|
||||
}
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user