nvim: attempt to fix lazy

This commit is contained in:
Daniel Meiburg 2023-09-26 18:36:22 +02:00
parent 64c3569bb9
commit 152396afbb
Signed by: dm
GPG Key ID: E5827ECFFE0AA4F2
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ require("lazy").setup({
config = function()
vim.cmd('colorscheme NeoSolarized')
end
}
},
{'nvim-treesitter/nvim-treesitter', build = ':TSUpdate'},
'tpope/vim-fugitive',