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

https://github.com/hashdefault/nvim

my configs for neovim
https://github.com/hashdefault/nvim

lsp neovim nvim tree-sitter vim

Last synced: about 1 month ago
JSON representation

my configs for neovim

Awesome Lists containing this project

README

          

# Neovim Configs

![Neovim](https://img.shields.io/badge/NeoVim-%2357A143.svg?&style=flat&logo=neovim&logoColor=white) ![Lua](https://img.shields.io/badge/lua-%232C2D72.svg?style=flat&logo=lua&logoColor=white)\
My configs for neovim made in lua

![neovim_open](https://user-images.githubusercontent.com/64340912/182046729-f161c034-6e4c-40a5-91f0-bef9d2e3f565.png)

## What contains?

**Highlight**: [Tree-sitter](https://github.com/nvim-treesitter)\
**Formatter and Diagnostics hints**: [Null-ls](https://github.com/jose-elias-alvarez/null-ls.nvim)\
**LSP**: [LSP](https://github.com/neovim/nvim-lspconfig) with signature help\
**Completion**: [nvim-cmp](https://github.com/hrsh7th/nvim-cmp) for completions with snippets\
**Diagnostics**: floating window\
**Git**: [Gitsigns](https://github.com/lewis6991/gitsigns.nvim)\
**Colorschemes**: +50 (current is [gruvbox] )\
**Navigate**: [nvim-tree](https://github.com/kyazdani42/nvim-tree.lua)\
**Status Line**: [lua-line](https://github.com/nvim-lualine/lualine.nvim)\
**Startfy theme** [dashboard-nvim](https://github.com/glepnir/dashboard-nvim)\
**Plugin manager**: [Packer](https://github.com/wbthomason/packer.nvim)

### LSP, Diagnostics, Autocompletion and a bunch of snippets

![lsp-diag-tree](https://user-images.githubusercontent.com/64340912/176177114-5b4f053f-d203-4bd1-97b1-f2c3900432e7.gif)

### Autotag, autopairs and formatters

![autos-format](https://user-images.githubusercontent.com/64340912/176177179-d1e20f22-7090-43dc-a4bd-f1503192505e.gif)

### Find files and strings with Telescope

![finder](https://user-images.githubusercontent.com/64340912/176177301-d9c9a6df-e724-4b91-8693-f0fd8d350b5b.gif)