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:
parent
954c2ec1b3
commit
fa81a1c107
1 changed files with 1 additions and 4 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue