diff options
Diffstat (limited to 'lua')
-rw-r--r-- | lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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" }, |