adding spellcheck/grammar
This commit is contained in:
2
init.lua
2
init.lua
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user