aboutsummaryrefslogtreecommitdiffhomepage
path: root/nvim.lua
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-08-14 13:46:13 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-08-14 13:46:29 +0800
commit6949e7843255206bc642e8f7457c217581c9b556 (patch)
tree5f36d3dc5774d76675c077705b2fe3d29507388a /nvim.lua
parentb44661bcd02374ea442a9fb81dffa956acfc10be (diff)
Update
Diffstat (limited to 'nvim.lua')
-rw-r--r--nvim.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/nvim.lua b/nvim.lua
index ec37482..d281bf4 100644
--- a/nvim.lua
+++ b/nvim.lua
@@ -142,7 +142,7 @@ require('lazy').setup({
142 'navarasu/onedark.nvim', 142 'navarasu/onedark.nvim',
143 priority = 1000, 143 priority = 1000,
144 config = function() 144 config = function()
145 vim.cmd.colorscheme 'onedark' 145 -- vim.cmd.colorscheme 'onedark'
146 end, 146 end,
147 }, 147 },
148 148
@@ -495,6 +495,9 @@ local servers = {
495 telemetry = { enable = false }, 495 telemetry = { enable = false },
496 }, 496 },
497 }, 497 },
498 stylelint_lsp = {
499 rootPatterns = {'.stylelintrc'},
500 },
498} 501}
499 502
500-- Setup neovim lua configuration 503-- Setup neovim lua configuration