[nvim] feat: local use
variable for lsp
This commit is contained in:
parent
9c53518d21
commit
b38d33a09b
@ -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"
|
||||
|
Reference in New Issue
Block a user