nvim: move gentoo-syntax to filetypes cat

This commit is contained in:
tastytea 2022-08-21 19:11:34 +02:00
parent 4a2fcc93d1
commit 24baf20c09
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -33,6 +33,7 @@ require('packer').startup(function(use)
'https://github.com/JoosepAlviste/nvim-ts-context-commentstring',
requires = 'https://github.com/nvim-treesitter/nvim-treesitter'
}
use { 'https://github.com/gentoo/gentoo-syntax' }
-- completion
use {
@ -110,7 +111,6 @@ require('packer').startup(function(use)
'https://github.com/sindrets/diffview.nvim'
},
}
use { 'https://github.com/gentoo/gentoo-syntax' }
use { 'https://github.com/windwp/nvim-autopairs' }
use { 'https://github.com/L3MON4D3/LuaSnip' }
use {