nvf finally working well!

This commit is contained in:
Vali 2024-07-07 23:45:18 +02:00
commit 9962740d37
24 changed files with 209 additions and 189 deletions

View file

@ -1,8 +1,8 @@
_:{
_: {
programs.neovim-flake.settings.vim = {
terminal = {
toggleterm = {
enable = true;
enable = false;
mappings.open = "<C-t>";
setupOpts = {
@ -10,7 +10,6 @@ _:{
lazygit = {
enable = true;
direction = "tab";
mappings.open = "<leader>gg";
};
};
};