automacros added
This commit is contained in:
2
init.lua
2
init.lua
@@ -1,6 +1,8 @@
|
|||||||
-- Basic setup configuration
|
-- Basic setup configuration
|
||||||
require("vanilla")
|
require("vanilla")
|
||||||
|
|
||||||
|
vim.cmd("source ~/.config/nvim/viml/automacro.vim")
|
||||||
|
|
||||||
-- Lazy plugin setup
|
-- Lazy plugin setup
|
||||||
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
|
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
|
||||||
if not vim.loop.fs_stat(lazypath) then
|
if not vim.loop.fs_stat(lazypath) then
|
||||||
|
|||||||
1
viml/automacro.vim
Normal file
1
viml/automacro.vim
Normal file
@@ -0,0 +1 @@
|
|||||||
|
" predefined macros in functions
|
||||||
Reference in New Issue
Block a user