make nixvim less mad

This commit is contained in:
Artemis Tosini 2024-09-28 21:59:17 +00:00
parent 2534424f11
commit bd7f8b8599
Signed by: artemist
GPG key ID: EE5227935FE3FF18

View file

@ -21,6 +21,7 @@ lib.setAttrByPath setPath (
instant.enable = true;
lualine.enable = true;
typst-vim.enable = true;
web-devicons.enable = true;
telescope = {
enable = true;
keymaps = {
@ -81,7 +82,7 @@ lib.setAttrByPath setPath (
omnisharp.enable = cfg.plugins.lsp.enable;
pylsp.enable = cfg.plugins.lsp.enable;
texlab.enable = cfg.plugins.lsp.enable;
tsserver.enable = cfg.plugins.lsp.enable;
ts-ls.enable = cfg.plugins.lsp.enable;
};
keymaps = {