mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 12:49:56 -06:00
More orgmode related plugins
This commit is contained in:
2
nvim/.config/nvim/fnl/dotfiles/plugin/headlines.fnl
Normal file
2
nvim/.config/nvim/fnl/dotfiles/plugin/headlines.fnl
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
(module dotfiles.plugin.headlines
|
||||||
|
{autoload {headlines headlines}})
|
||||||
3
nvim/.config/nvim/fnl/dotfiles/plugin/orgbullets.fnl
Normal file
3
nvim/.config/nvim/fnl/dotfiles/plugin/orgbullets.fnl
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
(module dotfiles.plugin.orgbullets
|
||||||
|
{autoload {org-bullets org-bullets}})
|
||||||
|
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user