[nvim] fix previous commit
This commit is contained in:
parent
a800053568
commit
8ddbe01aa8
@ -1,3 +1,4 @@
|
||||
-- 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 = ">-", nbsp = " " }
|
||||
opt.lcs = { trail = "×", tab = ">-" }
|
||||
opt.list = true
|
||||
opt.modeline = true
|
||||
opt.number = true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user