1
0
Fork 0

nvim: add suda.vim

This commit is contained in:
tastytea 2022-11-14 19:56:03 +01:00
parent 48af73653f
commit 20be69f12e
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 4 additions and 0 deletions

View File

@ -157,6 +157,10 @@ require('packer').startup({ function(use)
'https://github.com/nvim-lua/plenary.nvim'
}
}
use {
'https://github.com/lambdalisue/suda.vim',
tag = '*'
}
-- coding
use {