diff options
Diffstat (limited to 'lua/tjk/options.lua')
| -rw-r--r-- | lua/tjk/options.lua | 4 |
1 files changed, 4 insertions, 0 deletions
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" |
