Skip to content

A simple neovim configuration with native LSP and treesitter support.

License

Notifications You must be signed in to change notification settings

aboueleyes/neovim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

neovim-config

A simple neovim configuration with native LSP and treesitter support.

Installation

You should use the most recent version of neovim

If you have an already existing neovim, then pick what do you want from this config,

If you are new follow these steps:

  1. clone this repo into neovim config-location:
   mkdir -p ~/.config/nvim
   git clone https://github.com/aboueleyes/neovim-config ~/.config/nvim
  1. install vim-plug:

    sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
           https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
  2. install plugins:

nvim '+PlugInstall | qa'
  1. start nvim
  2. Install LSPs for the languages you care about via eg :LspInstall python. You can use tab completion after typing :LspInstall to see which language servers are available.

About

A simple neovim configuration with native LSP and treesitter support.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published