nvim: plugins: Drop the rtp fix for friendly-snippets

See the actual fix upstream
32ddc125ec

This could be probably unrelated and just was fixed in neovim core
perhaps. Either ways we do not need to do this anymore.
This commit is contained in:
Sanchayan Maity 2021-10-16 17:28:53 +05:30
parent 954c2ec1b3
commit fa81a1c107
1 changed files with 1 additions and 4 deletions

View File

@ -125,10 +125,7 @@ local init = function ()
}
-- Snippets
use 'hrsh7th/vim-vsnip'
use {
'rafamadriz/friendly-snippets',
rtp = '.'
}
use 'rafamadriz/friendly-snippets'
-- For files with ANSI escape sequences
use {
'powerman/vim-plugin-AnsiEsc',