From 8ea1f5ef4574c627bc90360b9e22c60226879c5b Mon Sep 17 00:00:00 2001
From: aktersnurra <grydholm@kth.se>
Date: Mon, 15 Feb 2021 19:31:04 +0100
Subject: some vim commits and zsh

---
 .config/nvim/themes/nord.vim | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 .config/nvim/themes/nord.vim

(limited to '.config/nvim/themes')

diff --git a/.config/nvim/themes/nord.vim b/.config/nvim/themes/nord.vim
new file mode 100644
index 0000000..ec15ad6
--- /dev/null
+++ b/.config/nvim/themes/nord.vim
@@ -0,0 +1,17 @@
+" Prevents the colorscheme from loading a custom bg color.
+autocmd ColorScheme * highlight Normal ctermbg=NONE guibg=NONE
+
+hi Comment cterm=italic
+let g:onedark_hide_endofbuffer=1
+let g:onedark_terminal_italics=1
+let g:onedark_termcolors=256
+
+syntax on
+colorscheme nord
+
+
+" checks if your terminal has 24-bit color support
+if (has("termguicolors"))
+    set termguicolors
+    hi LineNr ctermbg=NONE guibg=NONE
+endif
-- 
cgit v1.2.3-70-g09d2