[nvim] Moved lualine config to actual Lua file

This commit is contained in:
Alyxia Sother 2021-07-09 13:15:44 +02:00
parent 7ca5b19c64
commit e7a5fc498e
No known key found for this signature in database
GPG Key ID: 355968D14144B739
1 changed files with 0 additions and 3 deletions

View File

@ -1,4 +1,3 @@
lua << EOF
local dotfiles_gruv = require'lualine.themes.gruvbox'
local colors = vim.g.dotfiles_colorscheme_base16_colors
@ -25,5 +24,3 @@ require('lualine').setup{
theme = dotfiles_gruv
}
}
EOF