More orgmode related plugins

This commit is contained in:
Proctor
2022-10-03 11:33:30 -05:00
parent a64a75a550
commit 563b26b4c2
3 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
(module dotfiles.plugin.headlines
{autoload {headlines headlines}})

View File

@@ -0,0 +1,3 @@
(module dotfiles.plugin.orgbullets
{autoload {org-bullets org-bullets}})

View File

@@ -31,6 +31,7 @@
:Olical/fennel.vim {} ; Fennel :Olical/fennel.vim {} ; Fennel
:airblade/vim-gitgutter {} ; Git :airblade/vim-gitgutter {} ; Git
: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 :clojure-vim/vim-jack-in {} ; Conjure support - jack-in with nrepl dependencies
:dhruvasagar/vim-table-mode {} ; table creation and formatting :dhruvasagar/vim-table-mode {} ; table creation and formatting
:folke/lsp-colors.nvim {} :folke/lsp-colors.nvim {}
@@ -51,11 +52,14 @@
:kovisoft/paredit {} :kovisoft/paredit {}
:kristijanhusak/vim-dadbod-completion {} :kristijanhusak/vim-dadbod-completion {}
:kristijanhusak/vim-dadbod-ui {} :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 :neovim/nvim-lspconfig {:mod :lspconfig} ; NeoVim lsp config
:norcalli/nvim-colorizer.lua {:mod :colorizer} :norcalli/nvim-colorizer.lua {:mod :colorizer}
:nvim-orgmode/orgmode { :mod :orgmode } :nvim-orgmode/orgmode { :mod :orgmode }
:nvim-telescope/telescope.nvim {:requires [[:nvim-lua/popup.nvim] [:nvim-lua/plenary.nvim]] :mod :telescope} :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/nvim-treesitter {:run ":TSUpdate" :mod :treesitter}
:nvim-treesitter/playground {}
:p00f/nvim-ts-rainbow {} :p00f/nvim-ts-rainbow {}
:radenling/vim-dispatch-neovim {} ; Clojure :radenling/vim-dispatch-neovim {} ; Clojure
:skywind3000/asyncrun.vim {} ; :AsyncRun :skywind3000/asyncrun.vim {} ; :AsyncRun