Chris 4 years ago
parent
commit
1e21c60599
5 changed files with 6 additions and 4 deletions
  1. 1 1
      coc-settings.json
  2. 1 1
      general/settings.vim
  3. 1 0
      keys/which-key.vim
  4. 2 1
      plug-config/neovide.vim
  5. 1 1
      vim-plug/plugins.vim

+ 1 - 1
coc-settings.json

@@ -23,7 +23,7 @@
     "reference": "  ",
     "keyword": "  ",
     "file": "  ",
-    "folder": " ﱮ",
+    "folder": " ﱮ ",
     "color": "  ",
     "unit": " 塞 ",
     "snippet": "  ",

+ 1 - 1
general/settings.vim

@@ -35,7 +35,7 @@ set updatetime=300                      " Faster completion
 set timeoutlen=100                      " By default timeoutlen is 1000 ms
 set clipboard=unnamedplus               " Copy paste between vim and everything else
 set incsearch
-set guifont=JetBrainsMono\ Nerd\ Font
+set guifont=JetBrainsMono\ Nerd\ Font\ Mono
 
 " New stuff
 " set notimeout nottimeout

+ 1 - 0
keys/which-key.vim

@@ -185,6 +185,7 @@ let g:which_key_map.m = {
 "       \ }
       " \ 's' : [':Snippets'     , 'snippets'],
 
+" TODO fix FZF preview or just move to Telescope
 " s is for search
 let g:which_key_map.s = {
       \ 'name' : '+search' ,

+ 2 - 1
plug-config/neovide.vim

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

+ 1 - 1
vim-plug/plugins.vim

@@ -59,7 +59,7 @@ call plug#begin('~/.config/nvim/autoload/plugged')
     Plug 'kevinhwang91/rnvimr'
     " FZF
     Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
-    Plug 'yuki-ycino/fzf-preview.vim', { 'branch': 'release', 'do': ':UpdateRemotePlugins' }
+    " Plug 'yuki-ycino/fzf-preview.vim', { 'branch': 'release', 'do': ':UpdateRemotePlugins' }
     Plug 'junegunn/fzf.vim'
     " Git
     Plug 'airblade/vim-gitgutter'