nvim/doc/config.txt

41 lines
1.2 KiB
Plaintext
Raw Normal View History

2021-08-12 02:55:57 +00:00
==============================================================================
1. custom config *custom-config*
An extensible and modular configuration of [Neovim](https://neovim.io).
This repository is to provide sensible defaults that can be further modified to
the user's liking. Customize and extend at your own disgression.
==============================================================================
2. overview *cvoges-config-overview*
This config contains:
+ LSP configuration
* errors, warnings, info, hints
* extendable keybindings for
2021-08-12 03:19:07 +00:00
- goto_prev
- goto_next
- code actions
2021-08-12 02:55:57 +00:00
- locate definition
2021-08-12 03:19:07 +00:00
- locate declaration
2021-08-12 02:55:57 +00:00
- formatting
- hover menu
2021-08-12 03:19:07 +00:00
- renaming
- locate references
2021-08-12 02:55:57 +00:00
- document symbols
+ small plug-in manaegr
+ asynchronous configuration loading
+ modular status bar w/ by default:
* lsp module
* file path module
* file type module
* file percentage module
* columns,line number module
* ReadOnly or Modified flag module
+ support for multiple keyboard layouts
+ benchmark script
This config does **NOT** contain:
- language servers