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