[nvim] rollback

This commit is contained in:
Julien Rabier 2023-06-10 14:57:06 +02:00
parent 8ddbe01aa8
commit d547f97a9c
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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