Small changes
This commit is contained in:
parent
4693ca1f22
commit
e42fca4935
1 changed files with 2 additions and 1 deletions
|
@ -27,9 +27,10 @@
|
|||
|
||||
{
|
||||
plugin = gitsigns-nvim;
|
||||
config = "lua require('gitsigns').setup()";
|
||||
config = "lua require 'gitsigns'.setup()";
|
||||
}
|
||||
|
||||
# TODO: replace with own bar
|
||||
{
|
||||
plugin = lightline-vim;
|
||||
config = "let g:lightline = { 'colorscheme': 'solarized' }";
|
||||
|
|
Loading…
Reference in a new issue