neovim fix dotfiles

This commit is contained in:
afoucaultc 2026-07-05 09:57:48 +02:00
parent 72b6ef5152
commit 7d8592e874
14 changed files with 20 additions and 157 deletions

View file

@ -42,7 +42,5 @@ vim.o.confirm = true
vim.opt.spell = true
vim.opt.spelllang = "fr"
vim.o.background = "dark"
vim.cmd([[ colorscheme lavi ]])
-- others
vim.g.python3_host_prog = "/usr/bin/python3"