Mercurial > dotfiles
view dot_config/nvim/lua/on_attach.lua @ 273:e6c22e1383c6
Add jinja syntax
author | zegervdv <zegervdv@me.com> |
---|---|
date | Mon, 27 Jul 2020 17:43:15 +0200 |
parents | d726921aaabe |
children |
line wrap: on
line source
local M = {} M.on_attach = function() require'diagnostic'.on_attach() require'completion'.on_attach() end return M