neovim: remove locals section
This commit is contained in:
@@ -1,10 +1,7 @@
|
|||||||
-- Locals
|
|
||||||
local fn = vim.fn
|
|
||||||
|
|
||||||
-- Install packer automagically
|
-- Install packer automagically
|
||||||
local install_path = fn.stdpath("data") .. "/site/pack/packer/start/packer.nvim"
|
local install_path = vim.fn.stdpath("data") .. "/site/pack/packer/start/packer.nvim"
|
||||||
if fn.empty(fn.glob(install_path)) > 0 then
|
if vim.fn.empty(vim.fn.glob(install_path)) > 0 then
|
||||||
PACKER_BOOTSTRAP = fn.system({
|
PACKER_BOOTSTRAP = vim.fn.system({
|
||||||
"git",
|
"git",
|
||||||
"clone",
|
"clone",
|
||||||
"--depth",
|
"--depth",
|
||||||
|
|||||||
Reference in New Issue
Block a user