add meson lsp support
This commit is contained in:
parent
27f0bfbbf3
commit
aad939bb93
2 changed files with 12 additions and 0 deletions
|
|
@ -11,6 +11,8 @@
|
||||||
))
|
))
|
||||||
# C++
|
# C++
|
||||||
meson
|
meson
|
||||||
|
mesonlsp
|
||||||
|
pkg-config
|
||||||
ninja
|
ninja
|
||||||
cmake
|
cmake
|
||||||
gnumake
|
gnumake
|
||||||
|
|
|
||||||
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
Reference in a new issue