diff --git a/lua/plugins/tsdev.lua b/lua/plugins/tsdev.lua index d225033..5a5e664 100644 --- a/lua/plugins/tsdev.lua +++ b/lua/plugins/tsdev.lua @@ -53,9 +53,9 @@ return { lspconfig.cssls.setup { capabilities = capabilities } - lspconfig.denols.setup{ - single_file_support = false, - } + -- lspconfig.denols.setup{ + -- single_file_support = false, + -- } end },{ "nvim-treesitter/nvim-treesitter",