code-action: removed tiny code action because it broke
This commit is contained in:
parent
b47ef5fbe0
commit
0c76865d51
|
@ -41,15 +41,7 @@ return {
|
||||||
"gr",
|
"gr",
|
||||||
false,
|
false,
|
||||||
}
|
}
|
||||||
keys[#keys + 1] = {
|
|
||||||
"<leader>ca",
|
|
||||||
'<cmd>lua require("tiny-code-action").code_action()<CR>',
|
|
||||||
desc = "Code Action",
|
|
||||||
}
|
|
||||||
end,
|
end,
|
||||||
dependencies = {
|
|
||||||
"rachartier/tiny-code-action.nvim",
|
|
||||||
},
|
|
||||||
opts = {
|
opts = {
|
||||||
servers = {
|
servers = {
|
||||||
templ = {
|
templ = {
|
||||||
|
|
Loading…
Reference in a new issue