added some plugins from the reddit

This commit is contained in:
venus
2026-04-06 22:25:21 -05:00
parent 5f387b0f7f
commit 6c333586fd
6 changed files with 42 additions and 21 deletions

View File

@@ -72,3 +72,5 @@ vim.keymap.set('n', "<leader>af", "<cmd>Gemini add_file<cr>", { desc = "Add File
-- spellcheck keybind to toggle on current buffer
vim.keymap.set('n', "<leader>ze", "<cmd>setlocal spell<cr>", { desc = "enable spellecheck on buffer" })
vim.keymap.set('n', "<leader>zd", "<cmd>setlocal nospell<cr>", { desc = "Disable spellecheck on buffer" })
--basic qol

View File

@@ -52,6 +52,7 @@ vim.o.scrolloff = 25
-- See `:help 'confirm'`
vim.o.confirm = true
vim.opt.termguicolors = true -- required for colorizer
--set background color on entering and leaving nvim