Skip to content

Commit 1a1dc1d

Browse files
committed
nvim/lsp: enable meson language server
Signed-off-by: Nick Diego Yamane <nickdiego@igalia.com>
1 parent 7bf35a3 commit 1a1dc1d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/nvim/lua/config/lsp.lua

+4
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ lspconfig.bashls.setup {
8282
on_attach = on_attach,
8383
}
8484

85+
lspconfig.mesonlsp.setup {
86+
on_attach = on_attach,
87+
}
88+
8589
-- Diagnostic configs
8690
vim.diagnostic.config({
8791
signs = false,

0 commit comments

Comments
 (0)