mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
from nixvim to nvf
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> Former-commit-id: 0d6390b18f38bdba346a1f92799884d209159b33
This commit is contained in:
33
home/programs/nvf/utils.nix
Normal file
33
home/programs/nvf/utils.nix
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
programs.nvf.settings.vim = {
|
||||
utility = {
|
||||
motion.flash-nvim.enable = true;
|
||||
outline.aerial-nvim.enable = true;
|
||||
};
|
||||
tabline.nvimBufferline.enable = true;
|
||||
notes.todo-comments.enable = true;
|
||||
assistant.copilot = {
|
||||
enable = true;
|
||||
cmp.enable = true;
|
||||
};
|
||||
statusline.lualine.enable = true;
|
||||
autocomplete.blink-cmp = {
|
||||
enable = true;
|
||||
friendly-snippets.enable = true;
|
||||
};
|
||||
snippets.luasnip.enable = true;
|
||||
ui = {
|
||||
noice.enable = true;
|
||||
colorizer.enable = true;
|
||||
};
|
||||
git = {
|
||||
enable = true;
|
||||
gitsigns.enable = true;
|
||||
};
|
||||
terminal.toggleterm = {
|
||||
enable = true;
|
||||
lazygit.enable = true;
|
||||
};
|
||||
formatter.conform-nvim.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user