diff options
| -rw-r--r-- | coc-settings.json | 2 | ||||
| -rw-r--r-- | general/settings.vim | 2 | ||||
| -rw-r--r-- | init.vim | 2 | ||||
| -rw-r--r-- | plug-config/codi.vim | 2 | ||||
| -rw-r--r-- | plug-config/vista.vim | 2 | 
5 files changed, 5 insertions, 5 deletions
| diff --git a/coc-settings.json b/coc-settings.json index 1c091112..ea785d9d 100644 --- a/coc-settings.json +++ b/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", diff --git a/general/settings.vim b/general/settings.vim index 06b13ede..3124eb75 100644 --- a/general/settings.vim +++ b/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 @@ -45,7 +45,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'] diff --git a/plug-config/codi.vim b/plug-config/codi.vim index 7577d438..ed3845a9 100644 --- a/plug-config/codi.vim +++ b/plug-config/codi.vim @@ -1,4 +1,4 @@ -highlight CodiVirtualText guifg=red +highlight CodiVirtualText guifg='#98C379'  let g:codi#virtual_text_prefix = "❯ " diff --git a/plug-config/vista.vim b/plug-config/vista.vim index eefc8366..449383c9 100644 --- a/plug-config/vista.vim +++ b/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 | 
