X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/916478eb344d619ecf930c164540f6fd41002626..5237f1d488afe340532a598181a3b60b744eecb3:/config/nvim/lua/plugins.lua diff --git a/config/nvim/lua/plugins.lua b/config/nvim/lua/plugins.lua index e17b35b..24154d9 100644 --- a/config/nvim/lua/plugins.lua +++ b/config/nvim/lua/plugins.lua @@ -69,20 +69,5 @@ require('lazy').setup({ -- Tools 'vim-scripts/LargeFile', 'tpope/vim-fugitive', - 'milkypostman/vim-togglelist', - - -- Org Mode - { 'nvim-orgmode/orgmode', - event = 'VeryLazy', - config = function() - -- Load treesitter grammar for org - require('orgmode').setup_ts_grammar() - - -- Setup orgmode - require('orgmode').setup({ - org_agenda_files = '~/brain/**/*.org', - org_default_notes_file = '~/brain/inbox.org', - }) - end, - } + 'milkypostman/vim-togglelist' })