added some plugins from the reddit
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user