feat: add options file
This commit is contained in:
parent
393e49c781
commit
a0b65c856d
12
config/nvim/config/options.lua
Normal file
12
config/nvim/config/options.lua
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
-- Set some custom options.
|
||||||
|
local opt = vim.opt
|
||||||
|
local global = vim.g
|
||||||
|
|
||||||
|
-- Set target text width for gww to 60.
|
||||||
|
opt.tw = 60
|
||||||
|
|
||||||
|
-- Use original gruvbox theme.
|
||||||
|
global.gruvbox_material_foreground = "original"
|
||||||
|
|
||||||
|
-- Disable snack animations.
|
||||||
|
global.snacks_animate = false
|
Loading…
Reference in New Issue
Block a user