automacros added
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user