nvim: attempt to fix lazy

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

View File

@ -1,4 +1,4 @@
local use = require('packer').use
local use = require('lazy').use
local lspconfig = require('lspconfig')

View File

@ -13,7 +13,6 @@ vim.opt.rtp:prepend(lazypath)
require("lazy").setup({
'wbthomason/packer.nvim',
-- fuzzy finding
{
'nvim-telescope/telescope.nvim',