This commit is contained in:
2025-03-07 02:39:23 +01:00
parent a976ea3861
commit dd1917b7cf
3 changed files with 45 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ vim.g.mapleader = " "
vim.g.maplocalleader = " "
-- Use Nerd Font
vim.g.have_nerd_font = false
vim.g.have_nerd_font = true
-- Add vertical line
-- vim.opt.colorcolumn = "100"