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"
|
"cmake"
|
||||||
"cpp"
|
"cpp"
|
||||||
"c"
|
"c"
|
||||||
|
"java"
|
||||||
|
"kotlin"
|
||||||
];
|
];
|
||||||
folding = false;
|
folding = false;
|
||||||
indent = true;
|
indent = true;
|
||||||
|
@ -169,6 +171,9 @@ in {
|
||||||
clangd.enable = true;
|
clangd.enable = true;
|
||||||
nil_ls.enable = true;
|
nil_ls.enable = true;
|
||||||
bashls.enable = true;
|
bashls.enable = true;
|
||||||
|
tsserver.enable = true;
|
||||||
|
java-language-server.enable = true;
|
||||||
|
pylyzer.enable = true;
|
||||||
};
|
};
|
||||||
#onAttach = ''
|
#onAttach = ''
|
||||||
# vim.api.nvim_buf_set_option(bufnr, 'omnifunc', 'v:lua.vim.lsp.omnifunc')
|
# vim.api.nvim_buf_set_option(bufnr, 'omnifunc', 'v:lua.vim.lsp.omnifunc')
|
||||||
|
|
Loading…
Reference in a new issue