This commit is contained in:
2026-02-17 20:56:53 +01:00
parent 6c7e442056
commit 4519c8bf89
23 changed files with 895 additions and 0 deletions

12
init.lua Normal file
View 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()