Finished all plugins
This commit is contained in:
5
lua/setup/lualine.lua
Normal file
5
lua/setup/lualine.lua
Normal 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}}}
|
||||
}
|
||||
Reference in New Issue
Block a user