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.
- Host: GitHub
- URL: https://github.com/alexandrelamberty/nvim-config
- Owner: alexandrelamberty
- Created: 2021-12-05T21:21:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-14T19:14:32.000Z (over 1 year ago)
- Last Synced: 2025-05-18T10:08:16.587Z (about 1 year ago)
- Topics: configuration, dap, lsp, lua, neovim
- Language: Lua
- Homepage:
- Size: 250 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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