Chris преди 5 години
родител
ревизия
f3fab2c54e
променени са 5 файла, в които са добавени 5 реда и са изтрити 5 реда
  1. 1 1
      coc-settings.json
  2. 1 1
      general/settings.vim
  3. 1 1
      init.vim
  4. 1 1
      plug-config/codi.vim
  5. 1 1
      plug-config/vista.vim

+ 1 - 1
coc-settings.json

@@ -41,7 +41,7 @@
   "python.linting.enabled": true,
   "python.linting.pylintEnabled": true,
   "python.formatting.provider": "black",
-  "python.formatting.blackPath": "~/.miniconda/envs/neovim/bin/black",
+  "python.formatting.blackPath": "~/.local/bin/black",
   // "python.linting.pylintPath": "~/.miniconda/envs/neovim/bin/pylint",
   "python.condaPath": "~/.miniconda/bin/conda",
   "python.sortImports.path": "~/.miniconda/envs/neovim/bin/isort",

+ 1 - 1
general/settings.vim

@@ -35,7 +35,7 @@ if !exists('g:vscode')
   set timeoutlen=100                      " By default timeoutlen is 1000 ms
   set clipboard=unnamedplus               " Copy paste between vim and everything else
   set incsearch
-  set guifont=Hack\ Nerd\ Font
+  set guifont=Fira\ Code\ Nerd\ Font
   " let $NVIM_TUI_ENABLE_TRUE_COLOR=1
   " set mmp=1300
   " set autochdir                           " Your working directory will always be the same as your working directory

+ 1 - 1
init.vim

@@ -44,7 +44,7 @@ endif
 
 " Experimental
 
-if !empty(glob("./paths.vim"))
+if !empty(glob("~/.config/nvim/paths.vim"))
   source $HOME/.config/nvim/paths.vim
 endif
 let g:polyglot_disabled = ['csv']

+ 1 - 1
plug-config/codi.vim

@@ -1,4 +1,4 @@
-highlight CodiVirtualText guifg=red
+highlight CodiVirtualText guifg='#98C379'
 
 let g:codi#virtual_text_prefix = "❯ "
 

+ 1 - 1
plug-config/vista.vim

@@ -1,4 +1,4 @@
-let g:vista_default_executive = 'coc'
+" let g:vista_default_executive = 'coc'
 let g:vista_fzf_preview = ['right:50%']
 
 let g:vista#renderer#enable_icon = 1