fix broken option name
parent
296536d31a
commit
8fbf618627
|
@ -61,7 +61,6 @@ lvim.keys.normal_mode["<leader>g"] = ":Telescope live_grep<cr>"
|
||||||
|
|
||||||
-- TODO: User Config for predefined plugins
|
-- TODO: User Config for predefined plugins
|
||||||
-- After changing plugin config exit and reopen LunarVim, Run :PackerInstall :PackerCompile
|
-- After changing plugin config exit and reopen LunarVim, Run :PackerInstall :PackerCompile
|
||||||
lvim.builtin.dashboard.active = true
|
|
||||||
lvim.builtin.notify.active = true
|
lvim.builtin.notify.active = true
|
||||||
lvim.builtin.terminal.active = true
|
lvim.builtin.terminal.active = true
|
||||||
lvim.builtin.nvimtree.setup.view.side = "left"
|
lvim.builtin.nvimtree.setup.view.side = "left"
|
||||||
|
|
Loading…
Reference in New Issue