Finally modularize neovim configuration
This commit is contained in:
parent
d4ca4668c4
commit
e2697f61fd
16 changed files with 872 additions and 1004 deletions
22
lua/plugins/editor.lua
Normal file
22
lua/plugins/editor.lua
Normal 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",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue