Browse Source

added vim sleuth

Chris 4 năm trước cách đây
mục cha
commit
0c71963802
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      lua/plugins.lua

+ 1 - 0
lua/plugins.lua

@@ -85,4 +85,5 @@ return require('packer').startup(function()
   use 'alvan/vim-closetag'
   use { 'glacambre/firenvim', run = function() vim.fn['firenvim#install'](1) end }
   use 'liuchengxu/vim-which-key'
+  use 'tpope/vim-sleuth'
 end)