dotfiles-mirror/config/nvim/vim-graft/config.rb
2025-10-06 04:02:59 +03:30

21 lines
492 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",
"prabirshrestha/vim-lsp",
"mattn/vim-lsp-settings",
"hrsh7th/nvim-cmp",
"hrsh7th/cmp-nvim-lsp",
"honza/vim-snippets",
]
}