This commit is contained in:
2026-04-21 23:24:25 +02:00
parent 4519c8bf89
commit ba7ea483b0
13 changed files with 192 additions and 159 deletions

View File

@@ -1,12 +1 @@
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()