27 lines
580 B
Markdown
27 lines
580 B
Markdown
|
# Neovim Configuration
|
||
|
|
||
|
My attempt to create my own neovim configuration with just enough features to be productive and not too many to be bloated.
|
||
|
|
||
|
## Features
|
||
|
|
||
|
- file tree with nvim-tree
|
||
|
- lsp management with mason-nvim
|
||
|
- telescope for searching/grepping x
|
||
|
- theming with themery x
|
||
|
- tabfluline x
|
||
|
- terminal with f-term x
|
||
|
- harpoon for deving on subsets of files x
|
||
|
- extended history x
|
||
|
- auto-pairs x
|
||
|
- lua vim linting x
|
||
|
- dashboard x
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
1. Clone this repository to your `~/.config/nvim` directory.
|
||
|
2. Run `:Lazy` to install all plugins.
|
||
|
|
||
|
## TODO
|
||
|
|
||
|
- Add debugger
|