minor neovim changes

This commit is contained in:
jacekpoz 2024-02-05 22:23:21 +01:00
parent f4d5e3fa47
commit ecc7622221
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C

View file

@ -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')