From a881d3e62ae67076bb6fbcc84af947eaa00f19b3 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sat, 10 Jul 2021 14:49:16 +0100 Subject: [PATCH] Add nvim-qt configuration Set font and colorscheme for `nvim-qt`. --- ginit.vim | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ginit.vim diff --git a/ginit.vim b/ginit.vim new file mode 100644 index 0000000..ac5620d --- /dev/null +++ b/ginit.vim @@ -0,0 +1,9 @@ +if exists(':GuiFont') + if platform#is_windows() + GuiFont Consolas:h9 + else + GuiFont Source\ Code\ Pro:h9 + endif +endif + +colorscheme fresh