adding spellcheck/grammar

This commit is contained in:
venus
2026-03-24 22:17:27 -05:00
parent f859e98b82
commit 6659e4a691
6 changed files with 24 additions and 4 deletions

View File

@@ -16,6 +16,7 @@ require("lazy").setup({
-- import the following list of plugins -- this is where i put plugins with minial settings
{
'tpope/vim-commentary', -- commenting lines with shortcut
'vigoux/ltex-ls.nvim', -- grammer checking
-- 'vimpostor/vim-tpipeline', -- integrate with tmux status-line
'kshenoy/vim-signature', -- tag lines
'mg979/vim-visual-multi', -- work on multiple lines at once
@@ -38,6 +39,7 @@ require("lazy").setup({
{ "lervag/vimtex", lazy = false, init = function() vim.g.vimtex_view_method = "zathura" end }, -- for latex editing
{ 'windwp/nvim-autopairs', event = "InsertEnter", config = true },
{ "folke/ts-comments.nvim", event = "VeryLazy", }, -- qol for commenting
{ "marcinjahn/gemini-cli.nvim", cmd = "Gemini", dependencies = { "folke/snacks.nvim", }, config = true, },
},
},
-- Configure any other settings here. See the documentation for more details.