add meson lsp support
This commit is contained in:
parent
27f0bfbbf3
commit
aad939bb93
2 changed files with 12 additions and 0 deletions
10
nvim/lua/plugins/meson.lua
Normal file
10
nvim/lua/plugins/meson.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
servers = {
|
||||
mesonlsp = {
|
||||
mason = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue