home: vim: add 'null-ls'
This commit is contained in:
parent
6f57a03940
commit
e1a8c9e563
2 changed files with 6 additions and 0 deletions
|
|
@ -64,6 +64,8 @@ in
|
|||
|
||||
# LSP and linting
|
||||
lightline-lsp
|
||||
null-ls-nvim # LSP integration for linters and formatters
|
||||
plenary-nvim # 'null-ls' dependency
|
||||
];
|
||||
|
||||
extraConfig = builtins.readFile ./init.vim;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue