[nvim] feat: local `use` variable for lsp

This commit is contained in:
David JULIEN 2022-04-27 20:06:24 +02:00
parent 9c53518d21
commit b38d33a09b
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ if vim.fn.empty(vim.fn.glob(install_path)) > 0 then
print("Done.")
end
local use = require("packer").use
return require("packer").startup(function()
-- packer manages itself
use "wbthomason/packer.nvim"