aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--nvim.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/nvim.lua b/nvim.lua
index d281bf4..d61b68c 100644
--- a/nvim.lua
+++ b/nvim.lua
@@ -495,9 +495,6 @@ local servers = {
495 telemetry = { enable = false }, 495 telemetry = { enable = false },
496 }, 496 },
497 }, 497 },
498 stylelint_lsp = {
499 rootPatterns = {'.stylelintrc'},
500 },
501} 498}
502 499
503-- Setup neovim lua configuration 500-- Setup neovim lua configuration