nvim: move gentoo-syntax to filetypes cat
This commit is contained in:
parent
4a2fcc93d1
commit
24baf20c09
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user