diff --git a/nvim/.config/nvim/fnl/dotfiles/plugin/headlines.fnl b/nvim/.config/nvim/fnl/dotfiles/plugin/headlines.fnl new file mode 100644 index 0000000..dbd54ff --- /dev/null +++ b/nvim/.config/nvim/fnl/dotfiles/plugin/headlines.fnl @@ -0,0 +1,2 @@ +(module dotfiles.plugin.headlines + {autoload {headlines headlines}}) diff --git a/nvim/.config/nvim/fnl/dotfiles/plugin/orgbullets.fnl b/nvim/.config/nvim/fnl/dotfiles/plugin/orgbullets.fnl new file mode 100644 index 0000000..ab767ed --- /dev/null +++ b/nvim/.config/nvim/fnl/dotfiles/plugin/orgbullets.fnl @@ -0,0 +1,3 @@ +(module dotfiles.plugin.orgbullets + {autoload {org-bullets org-bullets}}) + diff --git a/nvim/.config/nvim/fnl/dotfiles/plugins.fnl b/nvim/.config/nvim/fnl/dotfiles/plugins.fnl index 9e1f147..95e7ddf 100644 --- a/nvim/.config/nvim/fnl/dotfiles/plugins.fnl +++ b/nvim/.config/nvim/fnl/dotfiles/plugins.fnl @@ -31,6 +31,7 @@ :Olical/fennel.vim {} ; Fennel :airblade/vim-gitgutter {} ; Git :airblade/vim-gitgutter {} ; Git + :akinsho/org-bullets.nvim {:mod :orgbullets} :clojure-vim/vim-jack-in {} ; Conjure support - jack-in with nrepl dependencies :dhruvasagar/vim-table-mode {} ; table creation and formatting :folke/lsp-colors.nvim {} @@ -51,11 +52,14 @@ :kovisoft/paredit {} :kristijanhusak/vim-dadbod-completion {} :kristijanhusak/vim-dadbod-ui {} + :lukas-reineke/headlines.nvim {:mod :headlines} +; :michaelb/sniprun {:run "bash ./install.sh" :mod :sniprun} :neovim/nvim-lspconfig {:mod :lspconfig} ; NeoVim lsp config :norcalli/nvim-colorizer.lua {:mod :colorizer} :nvim-orgmode/orgmode { :mod :orgmode } :nvim-telescope/telescope.nvim {:requires [[:nvim-lua/popup.nvim] [:nvim-lua/plenary.nvim]] :mod :telescope} :nvim-treesitter/nvim-treesitter {:run ":TSUpdate" :mod :treesitter} + :nvim-treesitter/playground {} :p00f/nvim-ts-rainbow {} :radenling/vim-dispatch-neovim {} ; Clojure :skywind3000/asyncrun.vim {} ; :AsyncRun