This commit is contained in:
Ray Elliott 2022-08-20 12:35:14 +01:00
parent 0ce62a3c96
commit aac456d6d5
4 changed files with 27 additions and 3 deletions

View File

@ -72,3 +72,12 @@ snippet int "integral" i
\\int_{$1}^{$2} $0 \\int_{$1}^{$2} $0
endsnippet endsnippet
snippet web "web snippet"
[$1]($2)
\`\`\`
$3
\`\`\`
---$0
endsnippet

View File

@ -89,7 +89,7 @@ local on_attach = function(client, bufnr)
if client.name == 'tsserver' or client.name == 'intelephense' then if client.name == 'tsserver' or client.name == 'intelephense' then
client.resolved_capabilities.document_formatting = false; client.resolved_capabilities.document_formatting = false;
print(vim.inspect(client.resolved_capabilities)); -- print(vim.inspect(client.resolved_capabilities));
end end
if client.resolved_capabilities.document_formatting then if client.resolved_capabilities.document_formatting then
@ -203,8 +203,8 @@ local sources = {
local has_file = utils.root_has_file({ local has_file = utils.root_has_file({
"node_modules/@wordpress/scripts/config/.eslintrc.js" "node_modules/@wordpress/scripts/config/.eslintrc.js"
}) })
print("condition") -- print("condition")
print(has_file) -- print(has_file)
return has_file return has_file
end, end,
extra_args = { extra_args = {

View File

@ -261,3 +261,18 @@ monstera
Heartleaf Heartleaf
i32 i32
PSU PSU
MailChimp
Structs
Struct
Francke
Jody
Pantum
wei
struct
enum
Enums
timestamp
blockchain
ABI
inline
auditable

Binary file not shown.