|
|
|
@ -24,6 +24,10 @@ lvim.builtin.lualine.sections.lualine_x = { components.diagnostics, components.l
|
|
|
|
|
lvim.builtin.lualine.sections.lualine_y = { components.location, }
|
|
|
|
|
lvim.builtin.lualine.sections.lualine_z = { components.progress, }
|
|
|
|
|
|
|
|
|
|
-- don't change working directory to git repo root
|
|
|
|
|
-- lvim.builtin.nvimtree.setup.update_cwd = false
|
|
|
|
|
lvim.builtin.project.patterns = { ">Projects" }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-- Setup useful functions
|
|
|
|
|
vim.cmd('source ~/.config/lvim/user.vim')
|
|
|
|
|