mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-13 14:25:08 +02:00
neovim: Add meson.build at the end of the root pattern
This commit is contained in:
parent
17c7b15981
commit
794bdc4262
1 changed files with 7 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue