Chris 4 年之前
父节点
当前提交
6c31df4ae6
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lua/plugins.lua

+ 2 - 2
lua/plugins.lua

@@ -12,7 +12,7 @@ end
 
 vim.cmd [[packadd packer.nvim]]
 
--- vim.cmd 'autocmd BufWritePost plugins.lua PackerCompile' -- Auto compile when there are changes in plugins.lua
+vim.cmd 'autocmd BufWritePost plugins.lua PackerCompile' -- Auto compile when there are changes in plugins.lua
 
 
 return require('packer').startup(function(use)
@@ -39,7 +39,7 @@ return require('packer').startup(function(use)
   use 'hrsh7th/nvim-compe'
   use 'hrsh7th/vim-vsnip'
   use 'hrsh7th/vim-vsnip-integ'
-  -- use 'honza/vim-snippets'
+  use 'honza/vim-snippets'
   -- use 'epilande/vim-react-snippets'
   -- use 'xabikos/vscode-javascript'
   -- use 'cstrap/python-snippets'