Migrate plugins from Plug to packer

This commit is contained in:
2021-05-23 20:54:12 +02:00
parent 0b81a1e8b2
commit 515a0416d4
12 changed files with 446 additions and 120 deletions

View File

@@ -0,0 +1,27 @@
require'lualine'.setup {
options = {
icons_enabled = true,
theme = 'nord',
component_separators = {'', ''},
section_separators = {'', ''},
disabled_filetypes = {}
},
sections = {
lualine_a = {'mode'},
lualine_b = {'branch'},
lualine_c = {'filename', require'lsp-status'.status},
lualine_x = {'encoding', 'fileformat', 'filetype'},
lualine_y = {'progress'},
lualine_z = {'location'}
},
inactive_sections = {
lualine_a = {},
lualine_b = {},
lualine_c = {'filename'},
lualine_x = {'location'},
lualine_y = {},
lualine_z = {}
},
tabline = {},
extensions = {}
}