.dotfiles/private_dot_config/nvim/lua/options.lua
tombdf 04fd30ca73
feat!: Alter most of major config files
- Bash: config file
- Zsh: config file
- Fish: config file and fish plugins
- Nvim: config files
- Kitty: config files
2025-01-03 00:39:01 +01:00

16 lines
311 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"
vim.opt.foldmethod = "marker"
-- local o = vim.o
-- o.cursorlineopt ='both' -- to enable cursorline!