mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] Moved lualine config to actual Lua file
This commit is contained in:
parent
7ca5b19c64
commit
e7a5fc498e
1 changed files with 0 additions and 3 deletions
|
@ -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
|
Loading…
Reference in a new issue