21 lines
443 B
Lua
21 lines
443 B
Lua
|
return {
|
||
|
{
|
||
|
'olimorris/onedarkpro.nvim',
|
||
|
lazy = false,
|
||
|
priority = 1000,
|
||
|
opts = {
|
||
|
plugins = {
|
||
|
treesitter = true,
|
||
|
nvim_lsp = true,
|
||
|
nvim_tree = true,
|
||
|
barbar = true,
|
||
|
trouble = true,
|
||
|
diffview = true,
|
||
|
},
|
||
|
options = {
|
||
|
cursorline = true
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|