aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-08-14 23:03:29 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-08-14 23:03:29 +0800
commitd3dbe4aab3ee20cc2c93703ad62fe17b3d3b90c5 (patch)
treeae895e0a2efeb337e7873effb4b212ad9a999f1b
parent6949e7843255206bc642e8f7457c217581c9b556 (diff)
Update
-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