17 lines
1.2 KiB
Lua
17 lines
1.2 KiB
Lua
|
return {
|
||
|
"junegunn/fzf.vim", -- Fuzzy finder
|
||
|
"tpope/vim-fugitive", -- Git integration
|
||
|
{ "rrethy/vim-hexokinase", build = "make hexokinase" }, -- Color indicator
|
||
|
"mbbill/undotree", -- Undo history and management
|
||
|
"machakann/vim-highlightedyank", -- Yank highlighter
|
||
|
--"skanehira/docker-compose.vim", -- Docker compose syntax highlight
|
||
|
--"chr4/nginx.vim", -- Nginx syntax highlight
|
||
|
--"godlygeek/tabular", -- Text alignment and table maker
|
||
|
--"preservim/vim-markdown", -- Markdown formatter and highlighter
|
||
|
--"tpope/vim-obsession", -- Session file
|
||
|
--{
|
||
|
-- "pearofducks/ansible-vim", -- Ansible highlighter
|
||
|
-- build = "./UltiSnips/generate.sh"
|
||
|
--}
|
||
|
}
|