config
This commit is contained in:
12
init.lua
Normal file
12
init.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
require("nami")
|
||||
|
||||
-- local ensure_packer = function()
|
||||
-- local fn = vim.fn
|
||||
-- local install_path = fn.stdpath('data')..'/site/pack/packer/start/packer.nvim'
|
||||
-- if fn.empty(fn.glob(install_path)) > 0 then
|
||||
-- fn.system({'git', 'clone', '--depth', '1', 'https://github.com/wbthomason/packer.nvim', install_path})
|
||||
-- vim.cmd [[packadd packer.nvim]]
|
||||
-- end
|
||||
-- end
|
||||
--
|
||||
-- ensure_packer()
|
||||
Reference in New Issue
Block a user