Merge branch 'main' into feature/neovim0.9

This commit is contained in:
NotAShelf 2023-04-18 02:50:50 +03:00 committed by GitHub
commit 81421e529b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 202 additions and 9 deletions

View file

@ -45,6 +45,7 @@ in {
if client.supports_method("textDocument/formatting") then
local params = require'vim.lsp.util'.make_formatting_params({})
client.request('textDocument/formatting', params, nil, bufnr)
end
end
end
@ -60,4 +61,5 @@ in {
${optionalString usingNvimCmp "capabilities = require('cmp_nvim_lsp').default_capabilities()"}
'';
};
}