Added keybindings to open org file folder <leader>of, vue_ls handles ts

This commit is contained in:
2025-07-11 09:45:46 +02:00
parent fd6dd0ba8c
commit 3e6c115673
2 changed files with 4 additions and 1 deletions

View File

@@ -70,7 +70,7 @@ end
-- use globally installed vue-language-server (instead of mason provided)
vim.lsp.config('vue_ls', {
-- add filetypes for typescript, javascript and vue
-- filetypes = { 'typescript', 'javascript', 'javascriptreact', 'typescriptreact', 'vue' },
filetypes = { 'typescript', 'javascript', 'javascriptreact', 'typescriptreact', 'vue' },
init_options = {
vue = {
-- disable hybrid mode, will thus use ts_ls internally