This commit is contained in:
2025-11-15 12:11:32 +05:30
parent 56598f5170
commit 491d6a090e
3 changed files with 18 additions and 8 deletions
@@ -7,6 +7,7 @@ vim.opt.shiftwidth = 2
vim.opt.tabstop = 2
vim.opt.relativenumber = true
vim.opt.list = true
vim.opt.relativenumber = false
-- general
lvim.log.level = "info"
@@ -38,6 +39,8 @@ end
lvim.builtin.project.active = false
lvim.builtin.project.manual_mode = true
lvim.builtin.project.silent_chdir = false
lvim.builtin.nvimtree.setup.update_cwd = false
lvim.builtin.nvimtree.setup.update_focused_file.update_cwd = false
-- -- Change theme settings
-- lvim.colorscheme = "lunar"
@@ -219,6 +222,7 @@ lvim.builtin.telescope.defaults.file_ignore_patterns = {
vim.cmd([[
au BufRead,BufNewFile *Caddyfile set filetype=caddy
command! -nargs=+ Gr :silent execute 'grep! "<args>" | copen'
" Raw version of Gr command.
command! -nargs=* Grc grep <args>