adding additional plugins
This commit is contained in:
parent
7b00b4cf60
commit
66c760bf9a
13 changed files with 616 additions and 437 deletions
15
lua/plugins/lualine.lua
Normal file
15
lua/plugins/lualine.lua
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
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