From 58e714dbd87c0e3b59ceac2a9dad2529f79b6b19 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 3 Sep 2020 18:22:54 -0400 Subject: fixed easy motion, added an optional theme --- themes/nord.vim | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 themes/nord.vim (limited to 'themes') diff --git a/themes/nord.vim b/themes/nord.vim new file mode 100644 index 00000000..7419e462 --- /dev/null +++ b/themes/nord.vim @@ -0,0 +1,5 @@ +if (has('termguicolors')) + set termguicolors +endif + +colorscheme nord -- cgit v1.2.3