disable termguicolors
This commit is contained in:
parent
8cb281f436
commit
efb3ec1dcb
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ vim.o.expandtab = true -- Convert tabs to spaces
|
||||||
vim.o.smartindent = true -- Automatically indent new lines
|
vim.o.smartindent = true -- Automatically indent new lines
|
||||||
vim.o.wrap = true -- Disable line wrapping
|
vim.o.wrap = true -- Disable line wrapping
|
||||||
vim.o.cursorline = true -- Highlight the current line
|
vim.o.cursorline = true -- Highlight the current line
|
||||||
vim.o.termguicolors = true -- Enable 24-bit RGB colors
|
-- vim.o.termguicolors = true -- Enable 24-bit RGB colors
|
||||||
vim.o.clipboard = "unnamedplus"
|
vim.o.clipboard = "unnamedplus"
|
||||||
|
|
||||||
-- Syntax highlighting and filetype plugins
|
-- Syntax highlighting and filetype plugins
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue