Updated README
This commit is contained in:
parent
7d7de5a7c2
commit
4c4a437d58
|
|
@ -1,3 +1,4 @@
|
||||||
|
<!-- # kickstart.nvim / M64 personalized -->
|
||||||
# kickstart.nvim / M64 personalized
|
# kickstart.nvim / M64 personalized
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
@ -13,10 +14,10 @@ A starting point for Neovim that is:
|
||||||
## Installation
|
## Installation
|
||||||
TL;DR
|
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, 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.
|
<!-- 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. -->
|
||||||
|
<!---->
|
||||||
```
|
```
|
||||||
- If you have an existing setup, I recommend a full clean:
|
- If you have an existing setup, I recommend a full clean:
|
||||||
- back it up
|
- back it up
|
||||||
|
|
|
||||||
1
init.lua
1
init.lua
|
|
@ -822,7 +822,6 @@ require('lazy').setup({
|
||||||
-- M64 additional plugins
|
-- M64 additional plugins
|
||||||
'tpope/vim-fugitive',
|
'tpope/vim-fugitive',
|
||||||
'rcarriga/nvim-notify',
|
'rcarriga/nvim-notify',
|
||||||
|
|
||||||
{ 'akinsho/toggleterm.nvim', version = '*', config = true },
|
{ 'akinsho/toggleterm.nvim', version = '*', config = true },
|
||||||
}, {
|
}, {
|
||||||
ui = {
|
ui = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue