Added keybindings to open org file folder <leader>of, vue_ls handles ts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user