Move to Chezmoi
This commit is contained in:
parent
f216c4ff2c
commit
e3498e73b5
59 changed files with 499 additions and 2240 deletions
chezmoi/private_dot_config/nvim/lua
7
chezmoi/private_dot_config/nvim/lua/autocmd.lua
Normal file
7
chezmoi/private_dot_config/nvim/lua/autocmd.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
local api = vim.api
|
||||
|
||||
-- set the theme to gruvbox
|
||||
api.nvim_command("autocmd vimenter * ++nested colorscheme gruvbox")
|
||||
|
||||
-- run nvim-lightbulb for all files
|
||||
vim.cmd [[autocmd CursorHold,CursorHoldI * lua require'nvim-lightbulb'.update_lightbulb()]]
|
Loading…
Add table
Add a link
Reference in a new issue