This commit is contained in:
ralvescosta 2025-03-16 21:56:10 -03:00
parent 846b4c36ae
commit f3f5d1cc7e
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
vim.g.mapleader = ' ' vim.g.mapleader = ' '
vim.g.maplocalleader = ' ' vim.g.maplocalleader = ' '
vim.g.have_nerd_font = true vim.g.have_nerd_font = true
vim.opt.termguicolors = true
-- [[ Setting options ]] -- [[ Setting options ]]
-- See `:help vim.opt` -- See `:help vim.opt`