feat: add lualine integration -> NeoVim plugins
parent
de616c3fd9
commit
cb407002a4
|
|
@ -144,6 +144,11 @@ call plug#begin()
|
||||||
|
|
||||||
" loading lua scripts
|
" loading lua scripts
|
||||||
|
|
||||||
|
" lualine loading
|
||||||
|
|
||||||
|
au VimEnter * lua require("lualine").setup()
|
||||||
|
|
||||||
|
|
||||||
" toggleterm loading
|
" toggleterm loading
|
||||||
|
|
||||||
au VimEnter * lua require("toggleterm").setup()
|
au VimEnter * lua require("toggleterm").setup()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue