Removed LF Config because i replaced lf with yazi.

I made the nvim folder and configs a lot cleaner.
This commit is contained in:
Thomas Naderer
2024-12-30 11:39:11 +01:00
parent 4988b2b56f
commit 6971a8c42c
9 changed files with 380 additions and 422 deletions

View File

@@ -124,6 +124,13 @@ require('packer').startup(function(use)
end
}
-- }}}
-- {{{ Org-Mode
use {'nvim-orgmode/orgmode', config = function()
require('orgmode').setup{}
end
}
--}}}
end)