From 7560e9db955975d7a1c03649667155603b11df2a Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Sat, 13 May 2023 04:49:08 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A8=D1=80=D0=B8=D1=84=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/awesome.vimrc | 2 +- hosts/{tpl380.vimrc => nbtp.vimrc} | 2 +- hosts/ptah.vimrc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename hosts/{tpl380.vimrc => nbtp.vimrc} (50%) diff --git a/hosts/awesome.vimrc b/hosts/awesome.vimrc index e62911a..2b70f67 100644 --- a/hosts/awesome.vimrc +++ b/hosts/awesome.vimrc @@ -1,3 +1,3 @@ if has('gui_running') && !has('nvim') - set guifont=Iosevka\ Prog\ 18 + set guifont=Iosevka\ Nerd\ Font\ Mono\ 18 endif diff --git a/hosts/tpl380.vimrc b/hosts/nbtp.vimrc similarity index 50% rename from hosts/tpl380.vimrc rename to hosts/nbtp.vimrc index 7ad0dbe..f8b510f 100644 --- a/hosts/tpl380.vimrc +++ b/hosts/nbtp.vimrc @@ -1,3 +1,3 @@ if has('gui_running') && !has('nvim') - set guifont=Iosevka\ Prog\ 10 + set guifont=Iosevka\ Nerd\ Font\ Mono\ 10 endif diff --git a/hosts/ptah.vimrc b/hosts/ptah.vimrc index e62911a..2b70f67 100644 --- a/hosts/ptah.vimrc +++ b/hosts/ptah.vimrc @@ -1,3 +1,3 @@ if has('gui_running') && !has('nvim') - set guifont=Iosevka\ Prog\ 18 + set guifont=Iosevka\ Nerd\ Font\ Mono\ 18 endif