Fixing some things
This commit is contained in:
@@ -73,7 +73,7 @@ return {
|
||||
function()
|
||||
require('dapui').toggle()
|
||||
end,
|
||||
desc = 'Debug: See last session result.',
|
||||
desc = 'Debug: Toggle UI',
|
||||
},
|
||||
},
|
||||
config = function()
|
||||
@@ -147,15 +147,15 @@ return {
|
||||
icons = { expanded = '▾', collapsed = '▸', current_frame = '*' },
|
||||
controls = {
|
||||
icons = {
|
||||
pause = '⏸',
|
||||
play = '▶',
|
||||
step_into = '⏎',
|
||||
step_over = '⏭',
|
||||
step_out = '⏮',
|
||||
step_back = 'b',
|
||||
run_last = '▶▶',
|
||||
terminate = '⏹',
|
||||
disconnect = '⏏',
|
||||
pause = '',
|
||||
play = '',
|
||||
step_into = '',
|
||||
step_over = '',
|
||||
step_out = '',
|
||||
step_back = '',
|
||||
run_last = '',
|
||||
terminate = '',
|
||||
disconnect = '',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
@@ -242,12 +242,20 @@ return {
|
||||
},
|
||||
},
|
||||
filetypes = { 'typescript', 'javascript', 'javascriptreact', 'typescriptreact', 'vue' },
|
||||
capabilities = {
|
||||
documentFormattingProvider = true,
|
||||
documentRangeFormattingProvider = true,
|
||||
},
|
||||
},
|
||||
|
||||
volar = {
|
||||
on_attach = function(client, bufnr)
|
||||
client.server_capabilities.documentFormattingProvider = false
|
||||
end,
|
||||
capabilities = {
|
||||
documentFormattingProvider = true,
|
||||
documentRangeFormattingProvider = true,
|
||||
},
|
||||
},
|
||||
|
||||
phpactor = {
|
||||
|
||||
Reference in New Issue
Block a user