feat(nvim):termguicolors
This commit is contained in:
parent
dc34a653d1
commit
a9f22038b8
@ -69,6 +69,8 @@ vim.opt.cursorline = true
|
||||
-- Minimal number of screen lines to keep above and below the cursor.
|
||||
vim.opt.scrolloff = 10
|
||||
|
||||
vim.o.termguicolors = true
|
||||
|
||||
-- [[ Basic Keymaps ]]
|
||||
-- See `:help vim.keymap.set()`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user