neovim: Add meson.build at the end of the root pattern

This commit is contained in:
traxys 2024-11-25 09:50:15 +01:00
parent 17c7b15981
commit 794bdc4262

View file

@ -180,7 +180,13 @@
# bitbake_ls.enable = true;
# TODO: Find a package
# ginko_ls.enable = true;
mesonlsp.enable = true;
mesonlsp = {
enable = true;
rootDir = # lua
''
require'lspconfig.util'.root_pattern('meson_options.txt', 'meson.options', '.git', 'meson.build')
'';
};
yamlls.enable = true;
harper_ls.enable = true;
ltex = {