From c307a4069f3d589be4323d620407b3cd89b0944d Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 10 Aug 2022 21:22:40 +0200 Subject: [PATCH] nvim: load gentoo-syntax always It defines so many filetypes, it's a headache to list them all. --- .config/nvim/lua/coding.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/nvim/lua/coding.lua b/.config/nvim/lua/coding.lua index b70d14a..e5fa3a3 100644 --- a/.config/nvim/lua/coding.lua +++ b/.config/nvim/lua/coding.lua @@ -1,3 +1,5 @@ +require('keymaps') + packer.use { -- toggle comments 'https://github.com/tomtom/tcomment_vim', config = function() @@ -32,8 +34,7 @@ vim.api.nvim_create_autocmd( }) packer.use { - 'https://github.com/gentoo/gentoo-syntax', - ft = 'ebuild' + 'https://github.com/gentoo/gentoo-syntax' } packer.use {