feat(CodeAction): Load code action only when needed
Set keys command to telescope-ui plugin which only loads the plugin when enter code action i.e. press <leader>ca
This commit is contained in:
parent
2227df27a4
commit
46b5c9edd8
2 changed files with 3 additions and 2 deletions
|
|
@ -10,5 +10,6 @@ return {
|
|||
}
|
||||
})
|
||||
require('telescope').load_extension('ui-select')
|
||||
end
|
||||
end,
|
||||
keys = { { '<leader>ca', vim.lsp.buf.code_action, '[C]ode [A]ction' } },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue