add lualine, telescope-fzf-native plugins

This commit is contained in:
Oliver Ladner 2023-11-21 10:34:16 +01:00
commit 8a2dbdbb90
2 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,12 @@
-- status line like vim-airline
return {
"nvim-lualine/lualine.nvim",
opts = {
options = {
icons_enabled = true,
theme = 'auto',
component_separators = '',
section_separators = { left = '', right = '' },
},
},
}