Configure nixvim
This commit is contained in:
parent
156d4cb6d6
commit
808fc11662
@ -5,5 +5,23 @@
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
vimdiffAlias = true;
|
||||
|
||||
enableMan = true;
|
||||
|
||||
colorschemes.gruvbox.enable = true;
|
||||
|
||||
plugins = {
|
||||
lualine.enable = true;
|
||||
treesitter.enable = true;
|
||||
telescope.enable = true;
|
||||
lazygit.enable = true;
|
||||
cmp.enable = true;
|
||||
sleuth.enable = true;
|
||||
nvim-autopairs.enable = true;
|
||||
neoscroll.enable = true;
|
||||
indent-blankline.enable = true;
|
||||
bufferline.enable = true;
|
||||
noice.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user