forked from poz/niksos
minor neovim changes
This commit is contained in:
parent
f4d5e3fa47
commit
ecc7622221
1 changed files with 5 additions and 0 deletions
|
@ -80,6 +80,8 @@ in {
|
|||
"cmake"
|
||||
"cpp"
|
||||
"c"
|
||||
"java"
|
||||
"kotlin"
|
||||
];
|
||||
folding = false;
|
||||
indent = true;
|
||||
|
@ -169,6 +171,9 @@ in {
|
|||
clangd.enable = true;
|
||||
nil_ls.enable = true;
|
||||
bashls.enable = true;
|
||||
tsserver.enable = true;
|
||||
java-language-server.enable = true;
|
||||
pylyzer.enable = true;
|
||||
};
|
||||
#onAttach = ''
|
||||
# vim.api.nvim_buf_set_option(bufnr, 'omnifunc', 'v:lua.vim.lsp.omnifunc')
|
||||
|
|
Loading…
Reference in a new issue