NVIM: various plugin updates

This commit is contained in:
2023-10-18 14:25:39 -05:00
parent 69e1b233d1
commit 7444d89fad
2 changed files with 8 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
(module dotfiles.plugin.hex {autoload {nvim aniseed.nvim hex hex}})
(hex.setup)

View File

@@ -68,11 +68,12 @@
:nvim-treesitter/playground {} :nvim-treesitter/playground {}
:p00f/nvim-ts-rainbow {} :p00f/nvim-ts-rainbow {}
:radenling/vim-dispatch-neovim {} :radenling/vim-dispatch-neovim {}
:RaafatTurki/hex.nvim { :mod :hex }
:rafamadriz/friendly-snippets {} :rafamadriz/friendly-snippets {}
:skywind3000/asyncrun.vim {} :skywind3000/asyncrun.vim {}
:tjdevries/sg.nvim {:run "cargo build --workspace" ;; :tjdevries/sg.nvim {:run "cargo build --workspace"
:dependencies [:nvim-lua/plenary.nvim]} ;; :dependencies [:nvim-lua/plenary.nvim]}
:tpope/vim-classpath {} ;; :tpope/vim-classpath {}
:tpope/vim-dadbod {} :tpope/vim-dadbod {}
:tpope/vim-dispatch {} :tpope/vim-dispatch {}
:tpope/vim-fugitive {:mod :fugitive} :tpope/vim-fugitive {:mod :fugitive}
@@ -80,6 +81,7 @@
:tpope/vim-pathogen {} :tpope/vim-pathogen {}
:tpope/vim-rails {} :tpope/vim-rails {}
:tpope/vim-repeat {} :tpope/vim-repeat {}
:tpope/vim-rhubarb {}
:tpope/vim-surround {} :tpope/vim-surround {}
:tpope/vim-unimpaired {} :tpope/vim-unimpaired {}
:tpope/vim-vinegar {} :tpope/vim-vinegar {}