|
@@ -43,7 +43,7 @@ lvim.keys.normal_mode["<C-s>"] = ":w<cr>"
|
|
|
-- After changing plugin config exit and reopen LunarVim, Run :PackerInstall :PackerCompile
|
|
|
lvim.builtin.dashboard.active = true
|
|
|
lvim.builtin.terminal.active = true
|
|
|
-lvim.builtin.nvimtree.side = "left"
|
|
|
+lvim.builtin.nvimtree.setup.view.side = "left"
|
|
|
lvim.builtin.nvimtree.show_icons.git = 0
|
|
|
|
|
|
-- if you don't want all the parsers change this to a table of the ones you want
|