From abe7917b112df3b6210184b8cec84b8c299ee20a Mon Sep 17 00:00:00 2001 From: Just Midi Date: Thu, 12 Aug 2021 02:55:57 +0000 Subject: [PATCH 1/2] Started base documentation --- doc/config.txt | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 doc/config.txt diff --git a/doc/config.txt b/doc/config.txt new file mode 100644 index 0000000..dbfd1cf --- /dev/null +++ b/doc/config.txt @@ -0,0 +1,40 @@ +============================================================================== +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 + - locate definition + - rename + - formatting + - locate type definition + - locate references + - apply edit + - completion + - code actions + - hover menu + - 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 From 619b721120e6254ee5fbda2c505bbd0ab66e5e43 Mon Sep 17 00:00:00 2001 From: Just Midi Date: Thu, 12 Aug 2021 03:19:07 +0000 Subject: [PATCH 2/2] Updated docs for LSP keymappings --- doc/config.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/config.txt b/doc/config.txt index dbfd1cf..3d633cb 100644 --- a/doc/config.txt +++ b/doc/config.txt @@ -12,15 +12,15 @@ This config contains: + LSP configuration * errors, warnings, info, hints * extendable keybindings for - - locate definition - - rename - - formatting - - locate type definition - - locate references - - apply edit - - completion + - goto_prev + - goto_next - code actions + - locate definition + - locate declaration + - formatting - hover menu + - renaming + - locate references - document symbols + small plug-in manaegr