فهرست منبع

[Feature] Add LvimInfo command (#1269)

* feature: add LvimInfo command

* Move :LvimInfo to core/commands.lua
Pasi Bergman 3 سال پیش
والد
کامیت
625df947dc
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      lua/core/commands.lua

+ 2 - 0
lua/core/commands.lua

@@ -10,6 +10,8 @@ M.defaults = {
     endif
   endfunction
   ]],
+  -- :LvimInfo
+  [[command! LvimInfo lua require('core.info').toggle_popup(vim.bo.filetype)]],
 }
 
 M.load = function(commands)