.dotfiles/private_dot_config/nvim/lua/options.lua

14 lines
280 B
Lua

require("nvchad.options")
vim.opt.termguicolors = true
-- Modification de la taille des tabulations
vim.opt.shiftwidth = 4
vim.opt.tabstop = 4
vim.opt.softtabstop = 4
vim.opt.shell = "/usr/local/bin/fish"
-- local o = vim.o
-- o.cursorlineopt ='both' -- to enable cursorline!