From c184eaaa22fe842f2513f7b0982d807febc118d8 Mon Sep 17 00:00:00 2001 From: M64 Date: Thu, 23 May 2024 20:27:02 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f962c49c..eba75dbe 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ A starting point for Neovim that is: ## Installation TL;DR -I have added toggleterm, neo-tree, vim-fugitive, notify, telescope-env and C/C++ incl. DAP support mainly, as well as little tweaks and shortcuts to make autocomplete more natural (ie. let autocomplete accept with enter) +I have added toggleterm, neo-tree, vim-fugitive, notify, scrollview, telescope-env and C/C++ incl. DAP support mainly, as well as little tweaks and shortcuts to make autocomplete more natural (ie. let autocomplete accept with enter) You get a full C/C++ IDE config incl DAP debugging support working out of the box, clangd based: lsp, linter, formatter, dap config and what kickstart.nvim normally does (see below). You should build gdb from source to have DAP support. ```