Compare commits

..

No commits in common. "81296b3234ba95a757b4f1db6254cd57120205bf" and "34a78e941d32483f66783f77f39f6528fb2dfb12" have entirely different histories.

3 changed files with 7 additions and 25 deletions

View File

@ -167,6 +167,9 @@ return {
"williamboman/mason-lspconfig.nvim", "williamboman/mason-lspconfig.nvim",
opts = { opts = {
automatic_installation = true, automatic_installation = true,
ensure_installed = {
"tsserver",
},
handlers = { handlers = {
["jdtls"] = function() ["jdtls"] = function()
require("java").setup({ require("java").setup({
@ -527,7 +530,7 @@ return {
"terraformls", "terraformls",
"tflint", "tflint",
"vimls", "vimls",
"ts_ls", "tsserver",
"asm_lsp", "asm_lsp",
"nginx_language_server", "nginx_language_server",
}) do }) do

View File

@ -2,8 +2,6 @@ return {
{ {
"folke/noice.nvim", "folke/noice.nvim",
event = "VeryLazy", event = "VeryLazy",
-- Pinned until https://github.com/folke/noice.nvim/issues/923 is resolved
commit = "d9328ef",
config = function() config = function()
require("noice").setup({ require("noice").setup({
lsp = { lsp = {

View File

@ -1,5 +1,5 @@
{ {
"autoUpdate": false, "autoUpdate": true,
"autoUpdateNotification": true, "autoUpdateNotification": true,
"useQuickCss": true, "useQuickCss": true,
"themeLinks": [ "themeLinks": [
@ -294,8 +294,7 @@
"ignoreSelf": true, "ignoreSelf": true,
"ignoreUsers": "", "ignoreUsers": "",
"ignoreChannels": "", "ignoreChannels": "",
"ignoreGuilds": "", "ignoreGuilds": ""
"collapseDeleted": false
}, },
"MessageTags": { "MessageTags": {
"enabled": false "enabled": false
@ -688,24 +687,6 @@
}, },
"AlwaysExpandRoles": { "AlwaysExpandRoles": {
"enabled": false "enabled": false
},
"CopyFileContents": {
"enabled": false
},
"ConsoleJanitor": {
"enabled": false
},
"MentionAvatars": {
"enabled": false
},
"NoMaskedUrlPaste": {
"enabled": false
},
"StickerPaste": {
"enabled": false
},
"VolumeBooster": {
"enabled": false
} }
}, },
"notifications": { "notifications": {
@ -718,6 +699,6 @@
"authenticated": false, "authenticated": false,
"url": "https://api.vencord.dev/", "url": "https://api.vencord.dev/",
"settingsSync": false, "settingsSync": false,
"settingsSyncVersion": 1725245324233 "settingsSyncVersion": 1724963182847
} }
} }