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",
opts = {
automatic_installation = true,
ensure_installed = {
"tsserver",
},
handlers = {
["jdtls"] = function()
require("java").setup({
@ -527,7 +530,7 @@ return {
"terraformls",
"tflint",
"vimls",
"ts_ls",
"tsserver",
"asm_lsp",
"nginx_language_server",
}) do

View File

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

View File

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