[nvim] rollback
This commit is contained in:
parent
8ddbe01aa8
commit
d547f97a9c
@ -1,4 +1,3 @@
|
||||
-- Autocmds are automatically loaded on the VeryLazy event
|
||||
-- Default autocmds that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/autocmds.lua
|
||||
-- Add any additional autocmds here
|
||||
highlight SpecialKey ctermfg=blue ctermbg=red guifg=blue guibg=red
|
||||
|
||||
@ -25,7 +25,7 @@ opt.undodir = "/home/jrabier/.vim/undo"
|
||||
{{ end }}
|
||||
opt.hidden = true
|
||||
opt.ignorecase = true
|
||||
opt.lcs = { trail = "×", tab = ">-" }
|
||||
opt.lcs = { trail = ".", tab = ">-" }
|
||||
opt.list = true
|
||||
opt.modeline = true
|
||||
opt.number = true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user