Add twig plugin for neovim

This commit is contained in:
flyingscorpio@clevo 2022-09-21 23:19:44 +02:00
parent 0c780b2262
commit 97db051e3e

View file

@ -66,6 +66,9 @@ return require('packer').startup(function(use)
-- Ansible syntax highlighting
use 'pearofducks/ansible-vim'
-- Twig syntax highlighting
use 'nelsyeung/twig.vim'
-- Automatically set up your configuration after cloning packer.nvim
-- Put this at the end after all plugins
if packer_bootstrap then