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