aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.config/nvim/lua/lsp.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/nvim/lua/lsp.lua b/.config/nvim/lua/lsp.lua
index 0f81cf1..c148108 100644
--- a/.config/nvim/lua/lsp.lua
+++ b/.config/nvim/lua/lsp.lua
@@ -151,13 +151,13 @@ require("lspconfig").marksman.setup({
require("lspconfig").jsonls.setup({
capabilities = capabilities;
- cmd = { "vscode-json-languageserver"; "--stdio" };
+ cmd = { "vscode-json-language-server"; "--stdio" };
on_attach = on_attach;
})
require("lspconfig").html.setup({
capabilities = capabilities;
- cmd = { "vscode-html-languageserver"; "--stdio" };
+ cmd = { "vscode-html-language-server"; "--stdio" };
on_attach = on_attach;
})
d>-4/+8 Removed the keyboard layout from waybar as it was incorect on single layout keyboards And use slurp for screenshots for editting 2022-06-21Thinkpad gentoo settings addedLuca Matei Pintilie1-2/+5 2022-06-21Update sway configAnInternetTroll1-0/+6 2022-06-05Minor updatesAnInternetTroll5-10/+35 2022-05-21Add dracula themed xresources to .configAnInternetTroll2-1/+55 2022-05-21Add bspwm and configure sway a bit moreAnInternetTroll7-11/+665 2022-05-18Remove action button from the wofi commandAnInternetTroll1-1/+1 2022-05-18Use footAnInternetTroll2-0/+189 2022-05-18Remove foot draculaAnInternetTroll2-4/+1