dotfiles/nvim/lua/native_commands.lua
Markus Dieckmann 2845e0c638 native commands
2023-04-15 15:37:07 +02:00

7 lines
145 B
Lua

vim.cmd('hi CursorLine term=bold cterm=bold ctermbg=darkgrey')
vim.cmd.colorscheme "gruvbox"
vim.o.background="light"
vim.o.termguicolors=true