From e3f222487a57b2f3f995628630cd9ae65c3a210b Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Fri, 22 May 2026 17:06:16 -0500 Subject: new super fancy loader more akin to lazy.nvim --- lua/tjk/options.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lua/tjk/options.lua') diff --git a/lua/tjk/options.lua b/lua/tjk/options.lua index 7d6376f..321d85b 100644 --- a/lua/tjk/options.lua +++ b/lua/tjk/options.lua @@ -39,6 +39,10 @@ end}) -- ignore __pycache__ directories in file listings vim.opt.wildignore = { "__pycache__/", "*/__pycache__/" } +-- add builtin plugins +vim.cmd.packadd "nvim.undotree" +vim.cmd.packadd "nvim.difftool" + -- for running in tty if os.getenv "TERM" == "linux" then vim.cmd.colorscheme "vim" -- cgit v1.2.3