Mercurial > dotfiles
view dot_config/nvim/lua/on_attach.lua @ 264:bfa07144db1b
Suppress chipscope init if it cannot be found
author | zegervdv <zegervdv@me.com> |
---|---|
date | Wed, 27 May 2020 13:48:30 +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