Add yesod syntax highlighting
This commit is contained in:
parent
4ba0d973e9
commit
b5cf22aeb5
1 changed files with 2 additions and 0 deletions
2
init.lua
2
init.lua
|
@ -75,6 +75,8 @@ require('packer').startup(function(use)
|
|||
}
|
||||
|
||||
use 'LnL7/vim-nix'
|
||||
use 'alx741/yesod.vim'
|
||||
use '5outh/yesod-routes.vim'
|
||||
|
||||
-- Add custom plugins to packer from ~/.config/nvim/lua/custom/plugins.lua
|
||||
local has_plugins, plugins = pcall(require, 'custom.plugins')
|
||||
|
|
Loading…
Add table
Reference in a new issue