From 24baf20c09e101a904accfb46a97004ea3cb5048 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 21 Aug 2022 19:11:34 +0200 Subject: [PATCH] nvim: move gentoo-syntax to filetypes cat --- .config/nvim/lua/my/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/lua/my/plugins.lua b/.config/nvim/lua/my/plugins.lua index 8909ef7..3510727 100644 --- a/.config/nvim/lua/my/plugins.lua +++ b/.config/nvim/lua/my/plugins.lua @@ -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 {