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

@ -0,0 +1,6 @@
return {
{
"nvim-mini/mini.base16",
version = "*",
},
}

View file

@ -1,13 +0,0 @@
return {
{
"b0o/lavi",
lazy = false,
priority = 1000,
config = function()
vim.g.lavi_config = {
transparent = true,
}
vim.cmd.colorscheme("lavi")
end,
},
}

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"