Finished all plugins

This commit is contained in:
2022-03-16 21:37:13 +01:00
parent a1d6d33b34
commit a3d76bbd15
6 changed files with 37 additions and 30 deletions

5
lua/setup/lualine.lua Normal file
View File

@@ -0,0 +1,5 @@
require('lualine').setup {
options = {theme = 'gruvbox-material'},
sections = {lualine_c = {'getcwd', {'filename', path = 1, file_status = true}}},
inactive_sections = {lualine_c = {'getcwd', {'filename', path = 1, file_status = true}}}
}