mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-12 10:24:43 +02:00
udpates
This commit is contained in:
parent
6141b0ac76
commit
6c31df4ae6
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue