Finally modularize neovim configuration

This commit is contained in:
Alex Selimov 2025-09-03 09:05:52 -04:00
parent d4ca4668c4
commit e2697f61fd
No known key found for this signature in database
GPG key ID: BC03C17FF5CFFFD2
16 changed files with 872 additions and 1004 deletions

22
lua/plugins/editor.lua Normal file
View file

@ -0,0 +1,22 @@
-- Editor enhancement plugins
return {
"christoomey/vim-tmux-navigator",
"kana/vim-textobj-user",
"mechatroner/rainbow_csv",
{
"GCBallesteros/vim-textobj-hydrogen",
dependencies = {
"kana/vim-textobj-user",
},
},
"godlygeek/tabular",
"tpope/vim-sleuth",
"norcalli/nvim-colorizer.lua",
"ixru/nvim-markdown",
"KeitaNakamura/tex-conceal.vim",
"skywind3000/asyncrun.vim",
"airblade/vim-gitgutter",
"tpope/vim-abolish",
"dhruvasagar/vim-table-mode",
}