]> git.r.bdr.sh - rbdr/dotfiles/blobdiff - config/nvim/init.lua
New color scheme
[rbdr/dotfiles] / config / nvim / init.lua
index fd48ab73000d2da9caa6f3472d724fe3c72c2148..58c4bf7ead74117f94612128e3c6e08679e06d2e 100644 (file)
@@ -5,11 +5,12 @@
 vim.opt.number = true                       -- Show number column
 vim.opt.wrap = false                        -- Don't wrap text
 vim.opt.list = true                         -- Display tabs and trailing space
+vim.opt.cursorline = true                   -- Highlight cursor line
 vim.opt.colorcolumn='80,150'                -- Show color columns
 
 -- Color
 vim.opt.termguicolors = true
-vim.cmd.color('rbdr')
+vim.cmd.color('tranquil')
 
 -- Tab Style (Always override with editorconfig)
 vim.opt.tabstop = 2                         -- 2 Spaces per tab