alpha2phi / neovim-for-beginner

A configuration for Neovim beginners.
MIT License
436 stars 105 forks source link

sumneko_lua config out of date? #50

Closed htzh closed 2 years ago

htzh commented 2 years ago

The configuration for Neovim runtime files doesn't work for me on Mac. However jdhao's script works well:

......
        workspace = {
            -- Make the server aware of Neovim runtime files
            library = vim.api.nvim_get_runtime_file("", true),
        },

The above appears to be a more robust solution.