Added nvim config(wip)

This commit is contained in:
hellisabove
2023-01-25 20:25:13 +02:00
commit e4a238fa00
6 changed files with 124 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
local status, lualine = pcall(require, "lualine")
if not status then
return
end
lualine.setup({
options = {
theme = 'solarized_dark'
}
})