mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
chore: linting
This commit is contained in:
@@ -56,9 +56,12 @@ return {
|
||||
opts = {
|
||||
snippets = { preset = 'luasnip' },
|
||||
-- 'default' for mappings similar to built-in completion
|
||||
-- 'super-tab' for mappings similar to vscode (tab to accept, arrow keys to navigate)
|
||||
-- 'enter' for mappings similar to 'super-tab' but with 'enter' to accept
|
||||
-- see the "default configuration" section below for full documentation on how to
|
||||
-- 'super-tab' for mappings similar to vscode (tab to accept,
|
||||
-- arrow keys to navigate)
|
||||
-- 'enter' for mappings similar to 'super-tab' but with 'enter' to
|
||||
-- accept
|
||||
-- see the "default configuration" section below for
|
||||
-- documentation on how to
|
||||
-- define your own keymap.
|
||||
keymap = {
|
||||
preset = 'default',
|
||||
|
||||
Reference in New Issue
Block a user