nvim: remove orgmode
This commit is contained in:
parent
a29ea2fdbe
commit
26cbd737e9
1 changed files with 0 additions and 5 deletions
|
@ -8,7 +8,6 @@ vim.opt.rtp:prepend(lazypath)
|
|||
--[[ plugins list ]]
|
||||
require('lazy').setup {
|
||||
{'ellisonleao/gruvbox.nvim', priority = 1000, config = true},
|
||||
{'nvim-orgmode/orgmode', event = 'VeryLazy', ft = {'org'}},
|
||||
{'w0rp/ale', cmd = 'ALEEnable', ft = {'bash', 'go', 'lua', 'python', 'sh', 'zsh'}},
|
||||
'kdheepak/lazygit.nvim',
|
||||
'nvim-telescope/telescope.nvim',
|
||||
|
@ -26,10 +25,6 @@ require('gitsigns').setup()
|
|||
require('gruvbox').setup {
|
||||
terminal_colors = true
|
||||
}
|
||||
require('orgmode').setup {
|
||||
org_agenda_files = '~/orgfiles/**/*',
|
||||
org_default_notes_file = '~/orgfiles/refile.org'
|
||||
}
|
||||
require('nvim-treesitter.configs').setup {
|
||||
highlight = {
|
||||
enable = true
|
||||
|
|
Loading…
Reference in a new issue