move packer_setup to plugins
This commit is contained in:
parent
bb552b1482
commit
88e3cb4ead
3 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
require('plugins.packer_setup')
|
||||
|
||||
require('packer').startup(function()
|
||||
|
||||
-- Packer can manage itself as an optional plugin
|
||||
|
@ -49,6 +51,7 @@ require('packer').startup(function()
|
|||
use { 'RRethy/vim-illuminate' } -- highlight all words same as the one under cursor
|
||||
use { 'vim-scripts/DrawIt' } -- ascii diagrams
|
||||
use { 'nathom/filetype.nvim' }
|
||||
|
||||
end)
|
||||
|
||||
require('plugins.cmp')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue