Skip to content

nyptus/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

nvim-config

My neovim init.vim configuration file.

Installation process:

  1. At first:
    brew install nvim
    npm install --location=global pyright

  2. Check the Neovim installation (optional):
    :checkhealth
    If needed - fix missing packages and settings.

  3. Neovim settings will be stored at ~/.config/nvim/init.vim file:
    mkdir ~/.config/nvim

    cd ~/.config/nvim

    touch init.vim

  4. Pip install for Neovim:
    pip install neovim
    pip install pynvim

  5. Replace init.vim

  6. Update and install plugins: :PlugInstall

  7. install Co-python (optional): :CocInstall coc-python

About

my neovim init.vim configuration file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published