add fish syntax to nvim
This commit is contained in:
parent
7bfc78c5dc
commit
a627e7ebea
2 changed files with 3 additions and 2 deletions
|
@ -2,5 +2,3 @@ jorgebucaran/fisher
|
||||||
franciscolourenco/done
|
franciscolourenco/done
|
||||||
laughedelic/pisces
|
laughedelic/pisces
|
||||||
oh-my-fish/plugin-foreign-env
|
oh-my-fish/plugin-foreign-env
|
||||||
IlanCosman/tide@v5
|
|
||||||
|
|
||||||
|
|
|
@ -73,5 +73,8 @@ return require("packer").startup(function(use)
|
||||||
-- File interaction
|
-- File interaction
|
||||||
use({"nvim-telescope/telescope.nvim", config = function () end})
|
use({"nvim-telescope/telescope.nvim", config = function () end})
|
||||||
use({"TimUntersberger/neogit", config = function () require("neogit").setup({}) end})
|
use({"TimUntersberger/neogit", config = function () require("neogit").setup({}) end})
|
||||||
|
|
||||||
|
-- Lang support
|
||||||
|
use({"khaveesh/vim-fish-syntax"})
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue