mirror of
https://github.com/zoriya/flake.git
synced 2026-05-04 03:30:44 +00:00
Lazy load stuff
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
return {
|
||||
{
|
||||
"nvim-navic",
|
||||
lazy = false,
|
||||
load = function() end,
|
||||
opts = {
|
||||
highlight = true,
|
||||
lsp = {
|
||||
@@ -16,8 +14,6 @@ return {
|
||||
|
||||
{
|
||||
"lualine.nvim",
|
||||
lazy = false,
|
||||
load = function() end,
|
||||
opts = {
|
||||
options = {
|
||||
theme = "auto",
|
||||
|
||||
Reference in New Issue
Block a user