mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-25 14:48:33 +02:00
make modular
This commit is contained in:
parent
f421c09d0f
commit
fcc054ded3
3 changed files with 131 additions and 139 deletions
7
lua/functions.lua
Normal file
7
lua/functions.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
function InsertTodo()
|
||||
vim.api.nvim_put({ '// todo: ' }, 'l', true, true)
|
||||
end
|
||||
|
||||
function InsertId()
|
||||
vim.api.nvim_put({ '[Id()]' }, 'l', true, true)
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue