diff --git a/lua/helpers.lua b/lua/helpers.lua index c6d301f..678915c 100644 --- a/lua/helpers.lua +++ b/lua/helpers.lua @@ -158,6 +158,11 @@ function M.compile_sass() end end +function M.go_to_definition() + vim.cmd("vsplit") + vim.lsp.buf.definition() +end + return M -- vim: ts=4 sts=4 sw=4 expandtab