mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-14 11:20:19 +01:00
neovim: Don't automatically attach harper
This commit is contained in:
parent
60ec5b88ff
commit
44d754ec02
1 changed files with 4 additions and 1 deletions
|
|
@ -187,7 +187,10 @@
|
|||
'';
|
||||
};
|
||||
yamlls.enable = true;
|
||||
harper_ls.enable = true;
|
||||
harper_ls = {
|
||||
enable = true;
|
||||
autostart = false;
|
||||
};
|
||||
ltex = {
|
||||
enable = true;
|
||||
onAttach.function = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue