From 7e86db99b40aa92b290b106a4875b5cc25c2a8e3 Mon Sep 17 00:00:00 2001 From: justanothercatgirl Date: Sat, 9 Dec 2023 23:26:16 +0300 Subject: Fixed typoo in common.luad (mappings -> mapping) --- .config/nvim/lua/user/lsp/lua.lua | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to '.config/nvim/lua/user/lsp/lua.lua') diff --git a/.config/nvim/lua/user/lsp/lua.lua b/.config/nvim/lua/user/lsp/lua.lua index 5cd4a2e..f352dd6 100644 --- a/.config/nvim/lua/user/lsp/lua.lua +++ b/.config/nvim/lua/user/lsp/lua.lua @@ -1 +1,16 @@ lsp = require 'lspconfig' + +-- lsp.lua.setup { +-- cmd = { +-- "/usr/bin/lua-language-server", +-- "-E", "/usr/lib/lua-language-server/main.lua" +-- }, +-- filetypes = { "lua" }, +-- root_dir = lsp.util.root_pattern("Makefile"), +-- settings = { +-- ["lua-language-server"] = { +-- runtime = { version = 'LuaJIT' }, +-- workspace = { library = vim.api.nvim_get_runtime_file("", true) }, +-- }, +-- }, +-- } -- cgit v1.2.3-70-g09d2