Add twig plugin for neovim
This commit is contained in:
parent
0c780b2262
commit
97db051e3e
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue