nvim: attempt to fix lazy
This commit is contained in:
parent
a98ff5b0d3
commit
64c3569bb9
|
|
@ -1,4 +1,4 @@
|
|||
local use = require('packer').use
|
||||
local use = require('lazy').use
|
||||
|
||||
local lspconfig = require('lspconfig')
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ vim.opt.rtp:prepend(lazypath)
|
|||
|
||||
|
||||
require("lazy").setup({
|
||||
'wbthomason/packer.nvim',
|
||||
-- fuzzy finding
|
||||
{
|
||||
'nvim-telescope/telescope.nvim',
|
||||
|
|
|
|||
Loading…
Reference in New Issue