Mercurial > dotfiles
view dot_config/nvim/lua/on_attach.lua @ 266:7a275f0d38e8
Use red to indicate Normal mode in zsh prompt
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 07 Jun 2020 22:00:39 +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