Set cursorcolumn and cursorline
This commit is contained in:
parent
171ac607c7
commit
df3ce8e0bc
@ -13,8 +13,10 @@ vim.opt.titlestring = "%t%m%r%{exists('g:project_name') ? ' : '.g:project_name :
|
|||||||
vim.opt.expandtab = true
|
vim.opt.expandtab = true
|
||||||
vim.opt.sw = 4
|
vim.opt.sw = 4
|
||||||
vim.opt.sts = 4
|
vim.opt.sts = 4
|
||||||
vim.opt.colorcolumn = "80,120"
|
|
||||||
vim.opt.modeline = false
|
vim.opt.modeline = false
|
||||||
|
vim.opt.colorcolumn = "80"
|
||||||
|
vim.opt.cursorcolumn = true
|
||||||
|
vim.opt.cursorline = true
|
||||||
|
|
||||||
-- Shortcuts
|
-- Shortcuts
|
||||||
vim.cmd([[map <C-s> :FzfLua combine pickers=buffers,git_files<CR>]])
|
vim.cmd([[map <C-s> :FzfLua combine pickers=buffers,git_files<CR>]])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user