feat(nvim): add nvim config

This commit is contained in:
2026-02-17 03:07:04 +01:00
parent 4b18f62c9a
commit ff268625ba
10 changed files with 277 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
require('lualine').setup {
options = {
icons_enabled = true,
component_separators = { left = '', right = '|'},
section_separators = { left = '', right = ''},
},
}