need to commit
This commit is contained in:
16
config/lua/user-conf.lua
Normal file
16
config/lua/user-conf.lua
Normal file
@@ -0,0 +1,16 @@
|
||||
local M = {}
|
||||
|
||||
-- theme: catppuccino or nightfox; default is catppuccino
|
||||
M.theme = "catppuccino"
|
||||
-- Toggle global status line
|
||||
M.global_statusline = true
|
||||
-- use rg instead of grep
|
||||
M.grepprg = "rg --hidden --vimgrep --smart-case --"
|
||||
-- set numbered lines
|
||||
M.number = true
|
||||
-- set relative numbered lines
|
||||
M.relative_number = true
|
||||
-- enable PackerSync on plugins.lua save
|
||||
M.packer_auto_sync = false
|
||||
|
||||
return M
|
Reference in New Issue
Block a user