moved to vscode accept

This commit is contained in:
2025-05-12 18:29:32 +02:00
parent 0dd7b4b921
commit 3c0374ea33
2 changed files with 2 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ return {
-- C-k: Toggle signature help (if signature.enabled = true) -- C-k: Toggle signature help (if signature.enabled = true)
-- --
-- See :h blink-cmp-config-keymap for defining your own keymap -- See :h blink-cmp-config-keymap for defining your own keymap
keymap = { preset = 'enter' }, keymap = { preset = 'super-tab' },
appearance = { appearance = {
-- 'mono' (default) for 'Nerd Font Mono' or 'normal' for 'Nerd Font' -- 'mono' (default) for 'Nerd Font Mono' or 'normal' for 'Nerd Font'

View File

@@ -6,6 +6,7 @@ My personal dotfiles!
## Requirements ## Requirements
- [ripgrep](https://github.com/BurntSushi/ripgrep) - [ripgrep](https://github.com/BurntSushi/ripgrep)
- clangd
## Installation ## Installation
Just copy the folders under `.config` in your `$HOME/.config/`. Just copy the folders under `.config` in your `$HOME/.config/`.