move to nvim lua and lsp

This commit is contained in:
Rahsheen Porter 2022-11-06 23:46:45 -05:00
parent fc16a5466b
commit b63772bd4d
18 changed files with 692 additions and 323 deletions

View file

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