1
0
Fork 0

Adding working gentoo!

This commit is contained in:
Vivianne 2022-03-06 11:37:35 -08:00
parent ae6e309ec9
commit 409729056b
1 changed files with 6 additions and 1 deletions

View File

@ -199,7 +199,12 @@ return require('packer').startup(function(use)
branch = 'release'
}
use 'editorconfig/editorconfig-vim'
use 'gentoo/gentoo-syntax'
use {
'gentoo/gentoo-syntax',
-- Latest version is buggy as hell
tag = 'gentoo-syntax-20220220',
run = 'make PREFIX=~/.local/share/nvim install'
}
use {
'lambdalisue/suda.vim',
config = function()