added neovim with wrapper to avoid errors

This commit is contained in:
afoucaultc 2026-07-05 23:59:32 +02:00
parent 2ef8eba58a
commit 39f608c4ca
13 changed files with 2967 additions and 3098 deletions

View file

@ -41,6 +41,3 @@ vim.o.confirm = true
-- spell checking
vim.opt.spell = true
vim.opt.spelllang = "fr"
-- others
vim.g.python3_host_prog = "/usr/bin/python3"