Improved neovim config
This commit is contained in:
parent
974566df1c
commit
f6b9a5b57e
15 changed files with 140 additions and 53 deletions
|
@ -1,7 +1,14 @@
|
|||
return {
|
||||
"navarasu/onedark.nvim",
|
||||
event = "VeryLazy",
|
||||
config = function()
|
||||
require('onedark').load()
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
opts = {
|
||||
style = "dark",
|
||||
transparent = false,
|
||||
},
|
||||
config = function(_, opts)
|
||||
local theme = require("onedark")
|
||||
theme.setup(opts)
|
||||
theme.load()
|
||||
end,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue