mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2025-11-04 14:47:38 +01:00
21 lines
492 B
Ruby
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",
|
|
]
|
|
}
|