feature: add go to definition helper

This commit is contained in:
Lucas F. 2024-12-12 18:38:36 -03:00
parent 24cede144a
commit d4f6dd2612

View file

@ -158,6 +158,11 @@ function M.compile_sass()
end end
end end
function M.go_to_definition()
vim.cmd("vsplit")
vim.lsp.buf.definition()
end
return M return M
-- vim: ts=4 sts=4 sw=4 expandtab -- vim: ts=4 sts=4 sw=4 expandtab