added nvim
This commit is contained in:
parent
02fe17d9a1
commit
975099489a
34 changed files with 1523 additions and 0 deletions
8
.config/nvim/lua/plugins/disabled.lua
Normal file
8
.config/nvim/lua/plugins/disabled.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
{ "nvim-neo-tree/neo-tree.nvim", enabled = false },
|
||||
{ "folke/tokyonight.nvim", enabled = false },
|
||||
}
|
||||
-- TODO:
|
||||
-- figure out how to make markdown extra work together with Obsidian, disable it for now
|
||||
-- either I can use the extra in markdown files but disable it and use obsidian in vault md files
|
||||
-- OR find some way for them to coexist?
|
Loading…
Add table
Add a link
Reference in a new issue