https://github.com/santiagolizardo/nvim-config
Neovim configuration files bundled with some useful plugins for development.
https://github.com/santiagolizardo/nvim-config
configuration dotfiles neovim vim
Last synced: 2 months ago
JSON representation
Neovim configuration files bundled with some useful plugins for development.
- Host: GitHub
- URL: https://github.com/santiagolizardo/nvim-config
- Owner: santiagolizardo
- Created: 2011-09-16T23:34:38.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2025-08-12T22:09:19.000Z (11 months ago)
- Last Synced: 2025-08-13T00:13:46.319Z (11 months ago)
- Topics: configuration, dotfiles, neovim, vim
- Language: Vim Script
- Homepage:
- Size: 601 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neovim configuration files
Neovim configured to be used as programming editor.
## Features
* File manager/explorer
* Jump to file/tab
* Jump to symbol (method, class, function)
* Syntax highlighting and validation (linting)
* Status bar with Git branch indication
* Class outliner
* Git annotations
* Modern Javascript (ES6) support
* Symbols (class, class members, functions, etc) outliner
* Much more!
## How to use
```sh
git clone --recurse-submodules git@github.com:santiagolizardo/nvim-config.git
make links
```
## Under the hood
Under the hood this is nothing more than VIm with a bunch of preconfigured plugins. The full list of plugins follows:
* [CTRLp](https://github.com/ctrlpvim/ctrlp.vim): Fuzzy finder
* [Gutentags](https://github.com/ludovicchabant/vim-gutentags): Outline
* [NerdCommenter](https://github.com/preservim/nerdcommenter)
* [NerdTree](https://github.com/preservim/nerdtree): File tree
* [ALE](https://github.com/dense-analysis/ale.git): Syntax check
* [VIm airline](https://github.com/vim-airline/vim-airline): Status/tabline
* [VIm signify](https://github.com/mhinz/vim-signify): Version control annotations
* [Tagbar](https://github.com/preservim/tagbar): Symbol navigation
* [CTRLsf](https://github.com/dyng/ctrlsf.vim) (code search
* [YAJS](https://github.com/othree/yajs.vim): Javascript syntax
* [vim-glsl](https://github.com/tikhomirov/vim-glsl): GLSL syntax