Skip to content

DerekDardzinski/nvim

Repository files navigation

Neovim Config

Run this command inside a neovim buffer to install all the coc-extensions

:CocCommand coc-python coc-json coc-sh coc-explorer coc-vimlsp coc-vimtex coc-snippets

Dependencies

  • fzf
conda install -c conda-forge fzf
  • ripgrep
conda install -c conda-forge ripgrep
  • universal-ctags
conda install -c conda-forge ctags
  • silversearcher-ag
conda install -c conda-forge the_silver_searcher
  • fd-find
conda install -c conda-forge fd-find
  • ranger
pip install ranger-fm
  • node
conda install -c conda-forge nodejs
  • python
    • pynvim
    • jedi
    • ueberzug
pip install pynvim neovim-remote jedi ueberzug

Set path to python environment and nodejs

let g:python3_host_prog = expand("<PATH TO PYTHON ENVIRONMENT>")
let g:coc_node_path = expand("<PATH TO NODEJS ENVIRONMENT>")

About

My neovim configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published