Remove neorg for now

main
Steffen Rademacker 1 year ago
parent 4bebcfea9d
commit d6c468cac1

@ -12,7 +12,7 @@ require('nvim-treesitter.configs').setup({
'jsonc',
'lua',
'markdown',
'norg',
-- 'norg',
'php',
'python',
'regex',

@ -127,16 +127,16 @@ return require('packer').startup(function(use)
'rcarriga/nvim-notify',
config = get_config('notify'),
}
use {
'nvim-neorg/neorg',
config = get_config('neorg'),
requires = { 'nvim-lua/plenary.nvim' },
}
use {
'folke/trouble.nvim',
config = get_config('trouble'),
requires = { 'kyazdani42/nvim-web-devicons' },
}
-- use {
-- 'nvim-neorg/neorg',
-- config = get_config('neorg'),
-- requires = { 'nvim-lua/plenary.nvim' },
-- }
-- oldschool vimscript plugins that still provide a lot of value
use 'christoomey/vim-tmux-navigator'

Loading…
Cancel
Save