feat: navigator

This commit is contained in:
Uttarayan Mondal
2024-05-29 13:00:22 +05:30
parent 72851022ac
commit 38a4549c24
5 changed files with 302 additions and 2 deletions

View File

@@ -448,6 +448,7 @@ in rec {
catcher(require('crates').setup)
catcher(require('outline').setup)
-- catcher(require('navigator').setup)
require('FTerm').setup({
border = 'single',
@@ -484,6 +485,7 @@ in rec {
}
}
require('neorg').setup({
load = load,
})
@@ -715,6 +717,8 @@ in rec {
nvim_context_vt
nvim-devdocs
# navigator
iron-nvim
d2