Skip to content

Commit

Permalink
dev(nvim): Add todo for unresolved issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mimre25 committed Jan 11, 2025
1 parent c46aa36 commit 9a30c87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvim/.config/nvim/after/plugin/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ lspconfig.ts_ls.setup({
init_options = {
plugins = {
{
-- TODO: this needs to be installed manually, in the home folder, so the path would be ~/node_modules/@vue/typescript-plugin
name = "@vue/typescript-plugin",
location = "",
languages = { "javascript", "typescript", "vue" },
Expand Down

0 comments on commit 9a30c87

Please sign in to comment.