refactor nvim plugins structure
This commit is contained in:
parent
f4bc3252ee
commit
5e6c1d45b9
6 changed files with 160 additions and 151 deletions
13
config/nvim/lua/aleidk/plugins/lualine.lua
Normal file
13
config/nvim/lua/aleidk/plugins/lualine.lua
Normal 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 = "",
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue