5 lines
280 B
Lua
5 lines
280 B
Lua
-- 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
|