add after files
This commit is contained in:
parent
693e7c3053
commit
dd052a01e9
11 changed files with 140 additions and 0 deletions
11
after/plugin/lualine.lua
Normal file
11
after/plugin/lualine.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
require('lualine').setup {
|
||||
options = {
|
||||
theme = 'tokyonight',
|
||||
},
|
||||
extensions = {
|
||||
'toggleterm',
|
||||
'trouble',
|
||||
'neo-tree',
|
||||
'nvim-dap-ui',
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue