This commit is contained in:
2025-12-27 14:36:46 -05:00
parent 0aca32f1f1
commit 357a7ab1bb
4 changed files with 10 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
local keymap = vim.keymap.set
keymap("n", "<Esc>", ":nohlsearch<CR>")
keymap("n", "<leader>en", ":edit $MYVIMRC<CR>")
keymap("n", "<leader>ez", ":edit ~/.zshrc<CR>")

View File

@@ -9,6 +9,7 @@ vim.pack.add {
src = "https://github.com/saghen/blink.cmp",
version = "1.*",
},
{ src = "https://github.com/folke/zen-mode.nvim" },
}
require("mason").setup {}

View File

@@ -24,6 +24,10 @@
"simplyfile.nvim": {
"rev": "c4dfc0f3431898c3abbef267b226f6cdd2a67b38",
"src": "https://github.com/Rizwanelansyah/simplyfile.nvim"
},
"zen-mode.nvim": {
"rev": "8564ce6d29ec7554eb9df578efa882d33b3c23a7",
"src": "https://github.com/folke/zen-mode.nvim"
}
}
}

View File

@@ -4,3 +4,7 @@ compinit
autoload -U bashcompinit
bashcompinit
eval "$(register-python-argcomplete fp)"
HISTSIZE=10000
SAVEHIST=10000
HISTFILE=~/.cache/zsh/history