feat(nvim)!: remove org mode

This commit is contained in:
Moritz Böhme 2023-09-06 17:46:29 +02:00
parent 7f336c2a90
commit abdb620c83
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
3 changed files with 0 additions and 13 deletions

View file

@ -124,10 +124,6 @@ with builtins;
'';
dependencies = [
{ plugin = nvim-ts-context-commentstring; }
{
plugin = orgmode;
conf = readFile ./orgmode.lua;
}
];
}
{