Files
dotfiles/nvim/lua/core/prelude.lua
d0zingcat 9a769190d0 modulefy the core
Signed-off-by: d0zingcat <leewtang@gmail.com>
2024-06-03 11:53:01 +08:00

9 lines
234 B
Lua

if vim.fn.has('nvim') == 0 then
return
end
vim.o.termguicolors = true
vim.g.mapleader = " " -- Make sure to set `mapleader` before lazy so your mappings are correct
vim.g.maplocalleader = "\\" -- Same for `maplocalleader`