fix indentation

This commit is contained in:
Oliver Ladner 2023-11-24 17:40:00 +01:00
commit 00e4d34f5f
10 changed files with 169 additions and 164 deletions

View file

@ -7,7 +7,9 @@ return {
theme = 'auto',
--component_separators = '⋮',
component_separators = '',
section_separators = { left = '', right = '' },
--section_separators = { left = '', right = '' },
--section_separators = { left = '', right = '' },
section_separators = { left = '', right = '' },
},
},
}

View file

@ -1,7 +1,9 @@
return {
'EdenEast/nightfox.nvim',
lazy = true,
priority = 1000,
config = function()
vim.cmd.colorscheme 'duskfox'
end,
opts = {},
--config = function()
-- vim.cmd.colorscheme 'duskfox'
--end
}

View file

@ -46,5 +46,5 @@ return {
["buffers"] = { sort_mru = true, ignore_current_buffer = true },
}
})
end,
end
}

View file

@ -1,5 +1,6 @@
-- Shows context of code line
-- Docs: https://github.com/nvim-treesitter/nvim-treesitter-context
return {
"nvim-treesitter/nvim-treesitter-context"
"nvim-treesitter/nvim-treesitter-context",
event = { "BufReadPre", "BufNewFile" },
}

View file

@ -44,5 +44,5 @@ return {
},
},
})
end,
end
}