diff options
| author | Naz <ndpm13@ch-naseem.com> | 2025-09-02 10:12:27 +0100 |
|---|---|---|
| committer | Naz <ndpm13@ch-naseem.com> | 2025-09-02 10:12:27 +0100 |
| commit | eb1e6c6c345c4a588c28d2937949adc1b440133f (patch) | |
| tree | 62bade01156700bfcc7aabc0369f87819b07e8a5 /lua/plugins/completions.lua | |
| parent | 16ed97e8c41b93c6d8fda33529ccd334e224a99c (diff) | |
🦄org: now using an org document to configure nvim.
I know I messed up
Diffstat (limited to 'lua/plugins/completions.lua')
| -rw-r--r-- | lua/plugins/completions.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/completions.lua b/lua/plugins/completions.lua index 5aa87aa..892c193 100644 --- a/lua/plugins/completions.lua +++ b/lua/plugins/completions.lua @@ -38,7 +38,7 @@ return { ["<C-f>"] = cmp.mapping.scroll_docs(4), ["<C-Space>"] = cmp.mapping.complete(), ["<C-e>"] = cmp.mapping.abort(), - ["<CR>"] = cmp.mapping.confirm({ select = true }), -- Accept currently selected item. Set `select` to `false` to only confirm explicitly selected items. + ["<CR>"] = cmp.mapping.confirm({ select = true }), }), sources = cmp.config.sources({ { name = "nvim_lsp" }, |
