Skip to content

Julpikar/precompiled-lua-language-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Precompiled lua-language-server (https://github.com/sumneko/lua-language-server) for Windows.

Extracted from https://marketplace.visualstudio.com/items?itemName=sumneko.lua

Instruction to minimum setting nvim-lspconfig sumneko_lua (https://github.com/neovim/nvim-lspconfig#sumneko_lua) for Windows.

require'lspconfig'.sumneko_lua.setup{
  cmd = {"path to /precompiled-lua-language-server/bin/Windows/lua-language-server.exe",
          "E",
          "-e",
         "Lang=en","path to /precompiled-lua-language-server/main.lua"};
  ...
}

I got this instruction on https://github.com/sumneko/lua-language-server/wiki/Setting-without-VSCode, especially inspired by setting Neovim with coc.nvim.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages