automacros added
This commit is contained in:
parent
d42f1f53e8
commit
b2cbeb41c1
2
init.lua
2
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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
" predefined macros in functions
|
Loading…
Reference in New Issue