diff options
author | Chris <[email protected]> | 2020-09-03 18:22:54 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-09-03 18:22:54 -0400 |
commit | 58e714dbd87c0e3b59ceac2a9dad2529f79b6b19 (patch) | |
tree | d4867f858126a255d83b2eb860e0e410e0e54443 /themes | |
parent | 459d217cb125a7f701485bdc581ee2dd4fd25dd6 (diff) |
fixed easy motion, added an optional theme
Diffstat (limited to 'themes')
-rw-r--r-- | themes/nord.vim | 5 |
1 files changed, 5 insertions, 0 deletions
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 |