nvim: stop packer cleaning itself
This commit is contained in:
parent
800df5de37
commit
9d2ce607d3
|
@ -61,6 +61,8 @@ map('v', '<up>', '<nop>', options)
|
||||||
map('n', '<Leader>k', ':nohlsearch', options)
|
map('n', '<Leader>k', ':nohlsearch', options)
|
||||||
|
|
||||||
require('packer').startup(function()
|
require('packer').startup(function()
|
||||||
|
use 'wbthomason/packer.nvim'
|
||||||
|
|
||||||
-- Utilities
|
-- Utilities
|
||||||
use 'cakebaker/scss-syntax.vim'
|
use 'cakebaker/scss-syntax.vim'
|
||||||
use 'christoomey/vim-sort-motion'
|
use 'christoomey/vim-sort-motion'
|
||||||
|
|
Loading…
Reference in a new issue