From 23b00f41a4fb25236a8da4079b25cb8e30c23145 Mon Sep 17 00:00:00 2001 From: Dmytro Meleshko Date: Wed, 12 Aug 2020 17:49:01 +0300 Subject: [PATCH] [nvim] fix highlighting of namespaces in Rust --- nvim/colors/dotfiles.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/nvim/colors/dotfiles.vim b/nvim/colors/dotfiles.vim index 2fe11f4..b418764 100644 --- a/nvim/colors/dotfiles.vim +++ b/nvim/colors/dotfiles.vim @@ -234,6 +234,7 @@ hi! link rustSelf Variable hi! link rustSigil rustOperator hi! link rustMacroVariable Variable + hi! link rustModPath Identifier " }}} " HTML {{{