make nixvim less mad
This commit is contained in:
parent
2534424f11
commit
bd7f8b8599
|
@ -21,6 +21,7 @@ lib.setAttrByPath setPath (
|
||||||
instant.enable = true;
|
instant.enable = true;
|
||||||
lualine.enable = true;
|
lualine.enable = true;
|
||||||
typst-vim.enable = true;
|
typst-vim.enable = true;
|
||||||
|
web-devicons.enable = true;
|
||||||
telescope = {
|
telescope = {
|
||||||
enable = true;
|
enable = true;
|
||||||
keymaps = {
|
keymaps = {
|
||||||
|
@ -81,7 +82,7 @@ lib.setAttrByPath setPath (
|
||||||
omnisharp.enable = cfg.plugins.lsp.enable;
|
omnisharp.enable = cfg.plugins.lsp.enable;
|
||||||
pylsp.enable = cfg.plugins.lsp.enable;
|
pylsp.enable = cfg.plugins.lsp.enable;
|
||||||
texlab.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 = {
|
keymaps = {
|
||||||
|
|
Loading…
Reference in a new issue