Comment nvim term colors stuff

This commit is contained in:
ViViDboarder 2022-01-26 14:28:33 -08:00
parent a0e8fc8310
commit 6efc54a754
1 changed files with 3 additions and 1 deletions

View File

@ -8,11 +8,14 @@ o.backup = true
-- Set leader to space
g.mapleader = " "
-- Get terminal colors and unicode working, hopefully
vim.cmd([[
let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
]])
o.termguicolors = true
-- o.term = "xterm-256color"
o.number = true
o.expandtab = true
o.tabstop = 4
@ -21,7 +24,6 @@ o.shiftwidth = 4
o.virtualedit = "onemore"
o.scrolljump = 5
o.scrolloff = 3
-- o.term = "xterm-256color"
-- o.backspace = "2"
-- o.mousehide = true