move personal configs out of init.lua

This commit is contained in:
nathan 2023-04-30 01:33:19 -04:00
parent b8f76b632c
commit a02d314b41
4 changed files with 112 additions and 0 deletions

View file

@ -0,0 +1,12 @@
vim.o.cursorline = true
vim.o.cursorcolumn = true
return {
'tummetott/reticle.nvim',
config = function()
require('reticle').setup {
-- add options here or leave empty
}
end,
}