summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/user/plugins
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2022-08-19 16:08:04 +0200
committeryuzu-eva <stevenhu@web.de>2022-08-19 16:08:04 +0200
commit599e1315ce9be32944681ff4e88fc5afa8ae81b8 (patch)
tree09de2a234c90006599a6492e5edc056438ce61b2 /.config/nvim/lua/user/plugins
parent3ebcff4b63ec18eff416f413ae826e4f0990a575 (diff)
fixed path in profile; hlsearch false; location lua-lang-server; wallpaper shortcut;
Diffstat (limited to '.config/nvim/lua/user/plugins')
-rw-r--r--.config/nvim/lua/user/plugins/lspconfig.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/nvim/lua/user/plugins/lspconfig.lua b/.config/nvim/lua/user/plugins/lspconfig.lua
index 85b1cdb..395cf69 100644
--- a/.config/nvim/lua/user/plugins/lspconfig.lua
+++ b/.config/nvim/lua/user/plugins/lspconfig.lua
@@ -95,7 +95,7 @@ require 'lspconfig'.sumneko_lua.setup {
flags = {
debounce_text_changes = 150,
},
- cmd = { "/home/cafebabe/repos/lua-language-server/bin/lua-language-server", "-E", "/home/cafebabe/repos/lua-language-server/bin/main.lua" };
+ cmd = { "/home/cafebabe/.local/src/lua-language-server/bin/lua-language-server", "-E", "/home/cafebabe/.local/src/lua-language-server/bin/main.lua" };
settings = {
Lua = {
runtime = {
@@ -127,7 +127,7 @@ require 'lspconfig'.solargraph.setup {
debounce_text_changes = 150,
},
cmd = { "solargraph", "stdio" },
- filetypes = { "ruby" },
+ filetypes = { 'ruby' },
settings = {
solargraph = {
diagnostics = true,