dotfiles-mirror/config/nvim/vim-graft/config.rb

19 lines
414 B
Ruby
Raw Normal View History

2025-09-30 07:28:33 +03:30
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",
2025-10-03 10:12:25 +03:30
"prabirshrestha/vim-lsp",
"mattn/vim-lsp-settings",
2025-09-30 07:28:33 +03:30
]
}