feat(neovim): add neorg
This commit is contained in:
parent
47e7de875a
commit
af37d88f90
2 changed files with 21 additions and 0 deletions
|
@ -58,6 +58,7 @@ in {
|
|||
nvim-dap-ui
|
||||
nvim-dap-virtual-text
|
||||
|
||||
neorg
|
||||
orgmode
|
||||
];
|
||||
extraConfig = with builtins;
|
||||
|
@ -77,6 +78,7 @@ in {
|
|||
./dap/dap.lua
|
||||
./dap/mappings.lua
|
||||
./treesitter.lua
|
||||
./neorg.lua
|
||||
./orgmode.lua
|
||||
]);
|
||||
withNodeJs = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue