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

https://github.com/alexandrelamberty/nvim-config

:gear: Refined nvim setup for elevated coding and editing prowess.
https://github.com/alexandrelamberty/nvim-config

configuration dap lsp lua neovim

Last synced: about 1 month ago
JSON representation

:gear: Refined nvim setup for elevated coding and editing prowess.

Awesome Lists containing this project

README

          

# Neovim configuration

Setup for everyday text editing and programming.

## Roadmap

## Roadmap v 0.0.1

- [ ] Completion
- [ ] Spelling, dict
- [ ] Snippets
- [ ] LSP
- [ ] DAP

## Features

- Explorer
- File Manager
- Terminal
- Status line
- Language Server Protocol
- Debug Adapter Protocol

## Requirements

- NVIM v0.6.0

## Installation

Check and run the `ìnstall.sh` script

Launch Neovim and run the command to install the plugins dependencies.

```vim
:PackerInstall
```

## Configuration

### LSP

### DAP

### Plugins

All the plugins used in this configuration. I tend to keep it small as
possible.

```vim
:PackerStatus
```

vimvi

```
* LuaSnip
* cmp-buffer
* cmp-cmdline
* cmp-nvim-lsp
* cmp-nvim-lua
* cmp-path
* cmp_luasnip
* galaxyline.nvim
* gitsigns.nvim
* lspkind-nvim
* lspsaga.nvim
* material.vim
* neogit
* null-ls.nvim
* nvim-autopairs
* nvim-bqf
* nvim-cmp
* nvim-comment
* nvim-dap
* nvim-dap-ui
* nvim-lsp-installer
* nvim-lspconfig
* nvim-markdown-preview
* nvim-tree.lua
* nvim-treesitter
* nvim-ts-autotag
* nvim-web-devicons
* packer.nvim
* plenary.nvim
* popup.nvim
* rnvimr
* telescope.nvim
* toggleterm.nvim
* which-key.nvim