feat(neovim): re-add neorg
Now that neovim was upgraded to 0.8
This commit is contained in:
parent
28545a12df
commit
0ea0d4e9c8
|
@ -63,8 +63,7 @@ in {
|
||||||
nvim-dap-ui
|
nvim-dap-ui
|
||||||
nvim-dap-virtual-text
|
nvim-dap-virtual-text
|
||||||
|
|
||||||
# TODO neorg requires nvim >= 0.8
|
neorg
|
||||||
# neorg
|
|
||||||
];
|
];
|
||||||
extraConfig = with builtins;
|
extraConfig = with builtins;
|
||||||
vimLua (lib.foldl (r: f: r + "\n" + readFile f) "" [
|
vimLua (lib.foldl (r: f: r + "\n" + readFile f) "" [
|
||||||
|
@ -84,7 +83,7 @@ in {
|
||||||
./dap/mappings.lua
|
./dap/mappings.lua
|
||||||
./treesitter.lua
|
./treesitter.lua
|
||||||
./telescope.lua
|
./telescope.lua
|
||||||
# ./neorg.lua
|
./neorg.lua
|
||||||
]);
|
]);
|
||||||
withNodeJs = false;
|
withNodeJs = false;
|
||||||
withPython3 = false;
|
withPython3 = false;
|
||||||
|
|
Loading…
Reference in a new issue