add fish syntax to nvim

This commit is contained in:
mokou 2022-08-03 16:43:07 +02:00
parent 7bfc78c5dc
commit a627e7ebea
2 changed files with 3 additions and 2 deletions

View file

@ -73,5 +73,8 @@ return require("packer").startup(function(use)
-- File interaction
use({"nvim-telescope/telescope.nvim", config = function () end})
use({"TimUntersberger/neogit", config = function () require("neogit").setup({}) end})
-- Lang support
use({"khaveesh/vim-fish-syntax"})
end)