feat(nvim): more completion configs
This commit is contained in:
parent
e9aeacd1e6
commit
dd13c34c92
7 changed files with 161 additions and 143 deletions
|
|
@ -11,7 +11,7 @@ return {
|
|||
}
|
||||
end,
|
||||
keys = {
|
||||
{ 'gF', '<cmd>Guard fmt<CR>', mode = { 'n', 'x' } },
|
||||
{ 'gF', '<cmd>Guard fmt<cr>', mode = { 'n', 'x' } },
|
||||
},
|
||||
config = function()
|
||||
local ft = require('guard.filetype')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue