diff --git a/.config/nvim/init.lua b/.config/nvim/init.lua index edacb09..f4de0b1 100644 --- a/.config/nvim/init.lua +++ b/.config/nvim/init.lua @@ -6,7 +6,7 @@ vim.o.expandtab = true -- Convert tabs to spaces vim.o.smartindent = true -- Automatically indent new lines vim.o.wrap = true -- Disable line wrapping 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" -- Syntax highlighting and filetype plugins