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