Don't create junk files in neovim
Uninstall neovim plugins: - tresitter context - scrollbar - cursorline
This commit is contained in:
parent
477973fdff
commit
be52628cac
1 changed files with 1 additions and 4 deletions
|
@ -22,6 +22,7 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
vim = {
|
||||
preventJunkFiles = true;
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
telescope.enable = true;
|
||||
|
@ -30,8 +31,6 @@
|
|||
snippets.luasnip.enable = true;
|
||||
filetree.neo-tree.enable = true;
|
||||
tabline.nvimBufferline.enable = true;
|
||||
treesitter.context.enable = true;
|
||||
minimap.codewindow.enable = false;
|
||||
dashboard.alpha.enable = true;
|
||||
notify.nvim-notify.enable = true;
|
||||
projects.project-nvim.enable = true;
|
||||
|
@ -68,9 +67,7 @@
|
|||
};
|
||||
|
||||
visuals = {
|
||||
nvim-scrollbar.enable = true;
|
||||
nvim-web-devicons.enable = true;
|
||||
nvim-cursorline.enable = true;
|
||||
cinnamon-nvim.enable = true;
|
||||
fidget-nvim.enable = true;
|
||||
highlight-undo.enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue