chore: changed to cmp, cause better
This commit is contained in:
parent
05ab746842
commit
854228a538
5 changed files with 249 additions and 75 deletions
4
.config/nvim/lua/plugins/mason-lspconfig.lua
Normal file
4
.config/nvim/lua/plugins/mason-lspconfig.lua
Normal file
|
@ -0,0 +1,4 @@
|
|||
require("mason-lspconfig").setup({
|
||||
ensure_installed = { "sumneko_lua", "rust_analyzer" , "texlab"},
|
||||
automatic_installation = true
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue