From b2cbeb41c1e0172a79abfc39c4bb1d9174cd3a36 Mon Sep 17 00:00:00 2001 From: yannickreiss Date: Sun, 12 May 2024 14:18:08 +0200 Subject: [PATCH] automacros added --- init.lua | 2 ++ viml/automacro.vim | 1 + 2 files changed, 3 insertions(+) create mode 100644 viml/automacro.vim diff --git a/init.lua b/init.lua index f153d7b..ebde6c5 100644 --- a/init.lua +++ b/init.lua @@ -1,6 +1,8 @@ -- Basic setup configuration require("vanilla") +vim.cmd("source ~/.config/nvim/viml/automacro.vim") + -- Lazy plugin setup local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim" if not vim.loop.fs_stat(lazypath) then diff --git a/viml/automacro.vim b/viml/automacro.vim new file mode 100644 index 0000000..afa6fc9 --- /dev/null +++ b/viml/automacro.vim @@ -0,0 +1 @@ +" predefined macros in functions