refactor nvim plugins structure

This commit is contained in:
Alexander Navarro 2023-04-20 11:38:58 -04:00
parent f4bc3252ee
commit 5e6c1d45b9
6 changed files with 160 additions and 151 deletions

View file

@ -0,0 +1,13 @@
return {
-- Set lualine as statusline
"nvim-lualine/lualine.nvim",
-- See `:help lualine.txt`
opts = {
options = {
icons_enabled = false,
theme = "onedark",
component_separators = "|",
section_separators = "",
},
},
}