Update 2025-01-29

This commit is contained in:
2025-01-29 21:16:35 +02:00
parent a0b3ab63ef
commit ec77c11ccd
7 changed files with 288 additions and 202 deletions

View File

@@ -1,10 +1,13 @@
return {
{
"pmizio/typescript-tools.nvim",
dependencies = { "nvim-lua/plenary.nvim", "neovim/nvim-lspconfig" },
dependencies = {
"nvim-lua/plenary.nvim",
"neovim/nvim-lspconfig",
"saghen/blink.cmp",
},
ft = { "javascriptreact", "typescriptreact", "javascript", "typescript" },
opts = {
handlers = {},
on_attach = function(client)
client.server_capabilities.documentFormattingProvider = false
client.server_capabilities.documentRangeFormattingProvider = false