big changes on neovim
This commit is contained in:
parent
cddb6edde7
commit
6d492f07ba
26 changed files with 242 additions and 291 deletions
|
|
@ -1,10 +1,17 @@
|
|||
return {
|
||||
-- Configure le style de tokyonight
|
||||
{
|
||||
"Tsuzat/NeoSolarized.nvim",
|
||||
lazy = false, -- make sure we load this during startup if it is your main colorscheme
|
||||
priority = 1000, -- make sure to load this before all the other start plugins
|
||||
config = function()
|
||||
vim.cmd([[ colorscheme NeoSolarized ]])
|
||||
end,
|
||||
"folke/tokyonight.nvim",
|
||||
opts = {
|
||||
style = "night", -- "night" (dark), "storm", "moon", "day"
|
||||
},
|
||||
},
|
||||
|
||||
-- Dit à LazyVim d'utiliser ce colorscheme
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "tokyonight-night",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue