accept autocomplete suggestions with tab

This commit is contained in:
Nick Burt 2026-03-15 01:26:37 -05:00
parent 341741faeb
commit 65e93fd6fc
1 changed files with 2 additions and 3 deletions

View File

@ -705,7 +705,7 @@ require('lazy').setup({
}
end
end,
--TODO: need formating for c#/roslyn
--TODO: need formating for c#/omnisharp
formatters_by_ft = {
lua = { 'stylua' },
-- Conform can also run multiple formatters sequentially
@ -719,7 +719,6 @@ require('lazy').setup({
},
},
--TODO: need autocompletion for c#/roslyn
{ -- Autocompletion
'saghen/blink.cmp',
event = 'VimEnter',
@ -776,7 +775,7 @@ require('lazy').setup({
-- <c-k>: Toggle signature help
--
-- See :h blink-cmp-config-keymap for defining your own keymap
preset = 'default',
preset = 'super-tab',
-- For more advanced Luasnip keymaps (e.g. selecting choice nodes, expansion) see:
-- https://github.com/L3MON4D3/LuaSnip?tab=readme-ov-file#keymaps