feat: some stuff

This commit is contained in:
2022-04-06 23:34:14 +02:00
parent 44e2c18c7a
commit 0982678906
6 changed files with 36 additions and 14 deletions

View File

@ -214,6 +214,7 @@ if u.has_plugin("cmp") then
gitignore = 1,
group_empty = 1,
hijack_cursor = 1,
update_cwd = true,
update_focused_file = {
enable = false
},
@ -229,12 +230,9 @@ if u.has_plugin("cmp") then
view = {
auto_resize = true,
hide_root_folder = true,
winopts = {
signcolumn = "no"
}
signcolumn = "no"
}
}
require("nvim-tree.view").View.winopts.signcolumn = "no"
-- Configure Wiki
g.wiki_root = "~/Notes"