nvimconfig/lua/sherlock5512/settings.lua
Robert Morrison 92107d2c3d
Things are coming.
progress is being made hopefully this will become workable soon
2022-07-05 03:34:29 +01:00

12 lines
264 B
Lua

-- General global settings for neovim
local opt = vim.opt -- basically the same as set
opt.relativenumber = true -- might make this false if I hate it after using it
opt.number = true
vim.cmd([[colorscheme gruvbox]])
opt.ignorecase = true
opt.smartcase = true