Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tlvince/neovim-config
- Owner: tlvince
- License: mit
- Created: 2011-01-25T17:57:53.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2024-08-24T08:46:44.000Z (4 months ago)
- Last Synced: 2024-10-04T13:34:36.269Z (2 months ago)
- Topics: dotfiles, neovim
- Language: Vim Script
- Homepage:
- Size: 651 KB
- Stars: 18
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - tlvince/neovim-config - My Neovim setup (Vim Script)
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).