mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 18:27:34 +00:00
Comment nvim term colors stuff
This commit is contained in:
parent
a0e8fc8310
commit
6efc54a754
@ -8,11 +8,14 @@ o.backup = true
|
|||||||
-- Set leader to space
|
-- Set leader to space
|
||||||
g.mapleader = " "
|
g.mapleader = " "
|
||||||
|
|
||||||
|
-- Get terminal colors and unicode working, hopefully
|
||||||
vim.cmd([[
|
vim.cmd([[
|
||||||
let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
|
let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
|
||||||
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
|
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
|
||||||
]])
|
]])
|
||||||
o.termguicolors = true
|
o.termguicolors = true
|
||||||
|
-- o.term = "xterm-256color"
|
||||||
|
|
||||||
o.number = true
|
o.number = true
|
||||||
o.expandtab = true
|
o.expandtab = true
|
||||||
o.tabstop = 4
|
o.tabstop = 4
|
||||||
@ -21,7 +24,6 @@ o.shiftwidth = 4
|
|||||||
o.virtualedit = "onemore"
|
o.virtualedit = "onemore"
|
||||||
o.scrolljump = 5
|
o.scrolljump = 5
|
||||||
o.scrolloff = 3
|
o.scrolloff = 3
|
||||||
-- o.term = "xterm-256color"
|
|
||||||
-- o.backspace = "2"
|
-- o.backspace = "2"
|
||||||
|
|
||||||
-- o.mousehide = true
|
-- o.mousehide = true
|
||||||
|
Loading…
Reference in New Issue
Block a user