mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 20:25:38 +00:00
add fish syntax back to vim
This commit is contained in:
parent
bc31e9d7df
commit
afefa06229
@ -283,11 +283,12 @@ require('packer').startup(function(use)
|
|||||||
}
|
}
|
||||||
|
|
||||||
-- Additional syntax sources
|
-- Additional syntax sources
|
||||||
use 'bfontaine/Brewfile.vim' -- Brewfile syntax
|
use 'bfontaine/Brewfile.vim' --- Brewfile syntax
|
||||||
use 'chr4/nginx.vim' -- Nginx syntax
|
use 'chr4/nginx.vim' --- Nginx syntax
|
||||||
use 'hashivim/vim-terraform' -- Terraform formatting
|
use 'hashivim/vim-terraform' --- Terraform formatting
|
||||||
use 'towolf/vim-helm' -- Helm syntax
|
use 'towolf/vim-helm' --- Helm syntax
|
||||||
use 'rodjek/vim-puppet' -- Puppet syntax
|
use 'rodjek/vim-puppet' --- Puppet syntax
|
||||||
|
use 'blankname/vim-fish' --- Better fish syntax
|
||||||
|
|
||||||
-- =======================================================================
|
-- =======================================================================
|
||||||
-- Fuzzy Launcher
|
-- Fuzzy Launcher
|
||||||
|
Loading…
Reference in New Issue
Block a user