update my nvim config

Former-commit-id: cd54511aa0
This commit is contained in:
Hadi
2025-01-23 17:36:26 +01:00
parent 1098005af6
commit 5aad861057
10 changed files with 385 additions and 203 deletions

View File

@@ -17,34 +17,14 @@
tmux-navigator.enable = true;
comment.enable = true;
nvim-autopairs.enable = true;
friendly-snippets.enable = true;
todo-comments.enable = true;
treesitter = {
enable = true;
nixGrammars = true;
settings = {
ensure_installed = "all";
incremental_selection.enable = true;
indent.enable = true;
highlight.enable = true;
highlight.additional_vim_regex_highlighting = true;
};
};
harpoon = {
enable = true;
enableTelescope = true;
keymapsSilent = true;
keymaps = {
addFile = "<leader>ha";
toggleQuickMenu = "<leader>hu";
navNext = "<leader>hl";
navPrev = "<leader>hh";
navFile = {
"1" = "<leader>h1";
"2" = "<leader>h2";
"3" = "<leader>h3";
"4" = "<leader>h4";
};
};
};
};