fix: resolve stylua checks

pull/599/head
Micah Effiong 2 years ago
parent 27d1b03064
commit ec6e5ca802

@ -510,7 +510,7 @@ local on_attach = function(_, bufnr)
nmap('<leader>rn', vim.lsp.buf.rename, '[R]e[n]ame')
nmap('<leader>ca', function()
vim.lsp.buf.code_action({ context = { only = { 'quickfix', 'refactor', 'source' } } })
vim.lsp.buf.code_action { context = { only = { 'quickfix', 'refactor', 'source' } } }
end, '[C]ode [A]ction')
nmap('gd', require('telescope.builtin').lsp_definitions, '[G]oto [D]efinition')

Loading…
Cancel
Save