Chris 4 år sedan
förälder
incheckning
af6bedd236
4 ändrade filer med 7 tillägg och 1 borttagningar
  1. 1 0
      init.vim
  2. 1 1
      lua/galaxy-line.lua
  3. 4 0
      plug-config/neovide.vim
  4. 1 0
      themes/nvcode.vim

+ 1 - 0
init.vim

@@ -51,6 +51,7 @@ else
   source $HOME/.config/nvim/plug-config/asynctask.vim
   source $HOME/.config/nvim/plug-config/window-swap.vim
   source $HOME/.config/nvim/plug-config/markdown-preview.vim
+  source $HOME/.config/nvim/plug-config/neovide.vim
   luafile $HOME/.config/nvim/lua/plug-colorizer.lua
   " source $HOME/.config/nvim/plug-config/sneak.vim
   " source $HOME/.config/nvim/plug-config/rainbow.vim

+ 1 - 1
lua/galaxy-line.lua

@@ -108,7 +108,7 @@ gls.left[5] = {
   DiffAdd = {
     provider = 'DiffAdd',
     condition = checkwidth,
-    icon = '  ',
+    icon = '   ',
     highlight = {colors.green,colors.bg},
   }
 }

+ 4 - 0
plug-config/neovide.vim

@@ -0,0 +1,4 @@
+set guifont=FiraCode\ Nerd\ Font\ Mono:h22
+" set guifont=Hack\ Nerd\ Font:h22
+" set guifont=Noto\ Color\ Emoji:h22
+

+ 1 - 0
themes/nvcode.vim

@@ -5,6 +5,7 @@ syntax on
 " colorscheme nord
 colorscheme nvcode
 " colorscheme onedark
+" colorscheme TSnazzy
 
 
 " checks if your terminal has 24-bit color support