Add your own plugin

This commit is contained in:
tommconley 2025-01-07 08:19:58 -08:00
parent c3ac7410f8
commit cc29de3052
4 changed files with 15 additions and 2 deletions

View file

@ -0,0 +1,10 @@
print 'loaded tom.lua'
function List_bufs()
vim.print(vim.api.nvim_list_bufs())
end
-- function ListDiag()
--
-- vim.print(vim.
-- end

View file

@ -0,0 +1 @@
require 'toms'