josa42 / nvim-actions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nvim Actions

Usage

require('jg.actions').map('*', function(str) 
  return string.gsub(str, '[^ ]', '*')
end)

License

MIT © Josa Gesell

About

License:MIT License


Languages

Language:Lua 100.0%