so we are going to use neovim again now
This commit is contained in:
parent
691e7638a2
commit
9071d7e0b1
|
@ -30,6 +30,18 @@ local plugins = {
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
"windwp/nvim-ts-autotag",
|
"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
|
-- like fzf but goofier
|
||||||
{
|
{
|
||||||
"nvim-telescope/telescope.nvim",
|
"nvim-telescope/telescope.nvim",
|
||||||
|
|
Loading…
Reference in a new issue