nvim/lua/options.lua

9 lines
160 B
Lua

require "nvchad.options"
vim.opt.spelllang = fr
vim.opt.spell =true
-- add yours here!
-- local o = vim.o
-- o.cursorlineopt ='both' -- to enable cursorline!