feat: Removed snippets/distant from install via Packer
This commit is contained in:
parent
eb79858e76
commit
db2fb54305
|
@ -27,17 +27,6 @@ return require('packer').startup(function(use)
|
||||||
use({'hrsh7th/cmp-path'})
|
use({'hrsh7th/cmp-path'})
|
||||||
use({'hrsh7th/cmp-cmdline'})
|
use({'hrsh7th/cmp-cmdline'})
|
||||||
|
|
||||||
-- Snippets
|
|
||||||
use({
|
|
||||||
"L3MON4D3/LuaSnip",
|
|
||||||
-- follow latest release.
|
|
||||||
tag = "v2.*", -- Replace <CurrentMajor> by the latest released major (first number of latest release)
|
|
||||||
-- install jsregexp (optional!:).
|
|
||||||
run = "make install_jsregexp"
|
|
||||||
})
|
|
||||||
use({"rafamadriz/friendly-snippets"})
|
|
||||||
use({"saadparwaiz1/cmp_luasnip"})
|
|
||||||
|
|
||||||
-- Harpoon
|
-- Harpoon
|
||||||
use 'ThePrimeagen/harpoon'
|
use 'ThePrimeagen/harpoon'
|
||||||
|
|
||||||
|
@ -49,13 +38,4 @@ return require('packer').startup(function(use)
|
||||||
|
|
||||||
-- Color Scheme
|
-- Color Scheme
|
||||||
use 'folke/tokyonight.nvim'
|
use 'folke/tokyonight.nvim'
|
||||||
|
|
||||||
-- Distant (Remote Editing)
|
|
||||||
use {
|
|
||||||
'chipsenkbeil/distant.nvim',
|
|
||||||
branch = 'v0.3',
|
|
||||||
config = function()
|
|
||||||
require('distant'):setup()
|
|
||||||
end
|
|
||||||
}
|
|
||||||
end)
|
end)
|
||||||
|
|
Loading…
Reference in New Issue