Mercurial > dotfiles
view dot_config/nvim/lua/on_attach.lua @ 261:217fba8117c8
Add zshrc file
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sat, 23 May 2020 22:17:29 +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