14 lines
306 B
Lua
14 lines
306 B
Lua
return {
|
|
"LarssonMartin1998/nvim-norrsken",
|
|
priority = 1010,
|
|
opts = {
|
|
integrations = {
|
|
lualine = true,
|
|
blink = true,
|
|
noice = true,
|
|
incline = true,
|
|
neogit = true,
|
|
tiny_inline_diagnostics = true,
|
|
},
|
|
},
|
|
}
|