dotfiles-mirror/config/nvim/vim-graft/config.rb
2025-09-30 07:28:33 +03:30

17 lines
377 B
Ruby

CONFIG = {
runtime: "~/.config/nvim",
plugins: [
"tpope/vim-fugitive",
"tpope/vim-sensible",
"tpope/vim-endwise",
"sheerun/vim-polyglot",
"andweeb/presence.nvim",
"preservim/nerdtree.git",
"tpope/vim-surround",
"alvan/vim-closetag",
"tpope/vim-commentary",
"tpope/vim-vinegar",
"lilydjwg/colorizer",
"wfxr/minimap.vim"
]
}