Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tlvince/neovim-config

My Neovim setup
https://github.com/tlvince/neovim-config

dotfiles neovim

Last synced: about 1 month ago
JSON representation

My Neovim setup

Awesome Lists containing this project

README

        

# Neovim Configuration

Optimised for NodeJS, serverless and React

## Features

- Language Server Protocol (go-to, auto completion, code actions, snippets)
- Diagnostics (formatting, linting)
- Auto completion
- Git signs
- Fuzzy finder
- Wiki

## Requirements

- astrojs-language-server
- bash-language-server
- efm-langserver
- eslint_d
- jq
- neovim >=0.5
- prettierd
- shellcheck
- terraformls
- typescript-language-server

## Usage

```bash
git clone --recursive https://github.com/tlvince/neovim-config.git $HOME/dotfiles/neovim-config
ln -s "$HOME/dotfiles/neovim-config/.nvim" "$XDG_CONFIG_HOME/nvim"
```

## Thanks

- [Steve Losh](http://stevelosh.com/blog/2010/09/coming-home-to-vim/) for his setup guide
- [Patrick Brisbin](https://github.com/pbrisbin/dotfiles) for his `.vimrc`
- [Vim Casts](http://vimcasts.org/episodes/synchronizing-plugins-with-git-submodules-and-pathogen/) for the `git submodule` idea for plugins
- [Vim-Scripts](http://vim-scripts.org/) for the convenient GitHub mirror

## Author

© 2013-2021 Tom Vincent

## License

Released under the [MIT license](http://tlvince.mit-license.org).