From f9680c35dccc7136912ce8b574cfd72138910bdb Mon Sep 17 00:00:00 2001 From: Brahmajit Das Date: Sun, 17 Mar 2024 11:13:06 +0530 Subject: nvim: plugsins: don't restrict fugitive to c and cpp files Signed-off-by: Brahmajit Das --- lua/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/plugins.lua b/lua/plugins.lua index d77f223..2966d24 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -50,7 +50,7 @@ require("lazy").setup({ { "lervag/vimtex", ft = { 'tex' } }, -- Git intigration - { "tpope/vim-fugitive", ft = { 'cpp', 'c' } }, + { "tpope/vim-fugitive", }, -- Show git signs and stage hunks { "lewis6991/gitsigns.nvim" }, -- cgit v1.2.3