neovim fix dotfiles
This commit is contained in:
parent
72b6ef5152
commit
7d8592e874
14 changed files with 20 additions and 157 deletions
6
dotfiles/nvim/lua/neoconf/lazy/base16.lua
Normal file
6
dotfiles/nvim/lua/neoconf/lazy/base16.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
{
|
||||
"nvim-mini/mini.base16",
|
||||
version = "*",
|
||||
},
|
||||
}
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
return {
|
||||
{
|
||||
"b0o/lavi",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
config = function()
|
||||
vim.g.lavi_config = {
|
||||
transparent = true,
|
||||
}
|
||||
vim.cmd.colorscheme("lavi")
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue