Add your own plugin
This commit is contained in:
parent
c3ac7410f8
commit
cc29de3052
4 changed files with 15 additions and 2 deletions
10
lua/custom/toms.nvim/lua/toms.lua
Normal file
10
lua/custom/toms.nvim/lua/toms.lua
Normal 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
|
||||
1
lua/custom/toms.nvim/plugin/load.lua
Normal file
1
lua/custom/toms.nvim/plugin/load.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
require 'toms'
|
||||
Loading…
Add table
Add a link
Reference in a new issue