so we are going to use neovim again now
This commit is contained in:
parent
691e7638a2
commit
9071d7e0b1
1 changed files with 12 additions and 0 deletions
|
@ -30,6 +30,18 @@ local plugins = {
|
|||
"nvim-treesitter/nvim-treesitter",
|
||||
"windwp/nvim-ts-autotag",
|
||||
|
||||
-- org mode
|
||||
{
|
||||
'nvim-orgmode/orgmode',
|
||||
event = 'VeryLazy',
|
||||
config = function()
|
||||
-- Setup orgmode
|
||||
require('orgmode').setup({
|
||||
org_agenda_files = '~/org/*',
|
||||
--org_default_notes_file = '~/org/refile.org',
|
||||
})
|
||||
},
|
||||
|
||||
-- like fzf but goofier
|
||||
{
|
||||
"nvim-telescope/telescope.nvim",
|
||||
|
|
Loading…
Reference in a new issue