[nvim] fix previous commit

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

View File

@ -1,3 +1,4 @@
-- Autocmds are automatically loaded on the VeryLazy event -- 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 -- Default autocmds that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/autocmds.lua
-- Add any additional autocmds here -- 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 }} {{ end }}
opt.hidden = true opt.hidden = true
opt.ignorecase = true opt.ignorecase = true
opt.lcs = { trail = "🟊", tab = ">-", nbsp = " " } opt.lcs = { trail = "×", tab = ">-" }
opt.list = true opt.list = true
opt.modeline = true opt.modeline = true
opt.number = true opt.number = true