Nvim config update

Former-commit-id: b801f55276
This commit is contained in:
Hadi
2025-03-01 02:58:48 +01:00
parent e0e933132b
commit 62bc08a436
11 changed files with 42 additions and 490 deletions

View File

@@ -77,6 +77,11 @@
action = "<cmd>Neotree toggle<cr>";
options.desc = "Neotree";
}
{
key = "<leader>g";
action = "<cmd>LazyGit<cr>";
options.desc = "LazyGit";
}
{
key = "s";
@@ -107,11 +112,6 @@
}
# UI
{
key = "<leader>uz";
action = "<cmd>ZenMode<cr>";
options.desc = "Toggle ZenMode";
}
{
key = "<leader>uw";
action = "<cmd>set wrap!<cr>";