nvim: attempt to fix lazy
This commit is contained in:
parent
64c3569bb9
commit
152396afbb
|
|
@ -24,7 +24,7 @@ require("lazy").setup({
|
||||||
config = function()
|
config = function()
|
||||||
vim.cmd('colorscheme NeoSolarized')
|
vim.cmd('colorscheme NeoSolarized')
|
||||||
end
|
end
|
||||||
}
|
},
|
||||||
{'nvim-treesitter/nvim-treesitter', build = ':TSUpdate'},
|
{'nvim-treesitter/nvim-treesitter', build = ':TSUpdate'},
|
||||||
'tpope/vim-fugitive',
|
'tpope/vim-fugitive',
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue