feat: Removed snippets/distant from install via Packer

This commit is contained in:
Tristan Russell 2025-08-24 20:44:46 -04:00
parent eb79858e76
commit db2fb54305
Signed by: tristanr
GPG Key ID: 4495C92911DF04CA
1 changed files with 0 additions and 20 deletions

View File

@ -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)