so we are going to use neovim again now

This commit is contained in:
Sakooooo 2024-04-03 20:47:38 +00:00
parent 691e7638a2
commit 9071d7e0b1

View file

@ -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",