Skip to content

Commit

Permalink
update denols
Browse files Browse the repository at this point in the history
  • Loading branch information
theowenyoung committed Feb 12, 2023
1 parent ebd5863 commit 1fcfd98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/nvim/files/NvChad/lua/custom/plugins/lspconfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ local capabilities = require("plugins.configs.lspconfig").capabilities

local parent_lspconfig = require "lspconfig"

local servers = { "html", "cssls", "tsserver", "clangd", "denols", "prettier" }
local servers = { "html", "cssls", "tsserver", "denols", "clangd", "prettier" }
-- "denols",

local custom_on_attach = function(client, bufnr)
client.server_capabilities.hover = false
Expand Down

0 comments on commit 1fcfd98

Please sign in to comment.