diff --git a/nvim/.config/nvim/fnl/dotfiles/plugin/hex.fnl b/nvim/.config/nvim/fnl/dotfiles/plugin/hex.fnl new file mode 100644 index 0000000..d323118 --- /dev/null +++ b/nvim/.config/nvim/fnl/dotfiles/plugin/hex.fnl @@ -0,0 +1,3 @@ +(module dotfiles.plugin.hex {autoload {nvim aniseed.nvim hex hex}}) + +(hex.setup) diff --git a/nvim/.config/nvim/fnl/dotfiles/plugins.fnl b/nvim/.config/nvim/fnl/dotfiles/plugins.fnl index 7843a71..2b7a00e 100644 --- a/nvim/.config/nvim/fnl/dotfiles/plugins.fnl +++ b/nvim/.config/nvim/fnl/dotfiles/plugins.fnl @@ -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 {}