This commit is contained in:
afoucaultc 2026-07-07 15:22:59 +02:00
parent 39f608c4ca
commit 5e9cf56185
13 changed files with 60 additions and 42 deletions

View file

@ -41,3 +41,5 @@ vim.o.confirm = true
-- spell checking
vim.opt.spell = true
vim.opt.spelllang = "fr"
-- theme
vim.cmd("colorscheme tokyonight-night")