Nvim: improve pager mode and other fixes
This commit is contained in:
parent
4aeaf540b7
commit
432ee57180
6 changed files with 27 additions and 19 deletions
|
@ -50,7 +50,7 @@ lsp_installer.on_server_ready(function(server)
|
|||
local opts = {}
|
||||
|
||||
-- Lua specific settings
|
||||
if server_name == "sumneko_lua" then
|
||||
if server.name == "sumneko_lua" then
|
||||
local runtime_path = vim.split(package.path, ';')
|
||||
opts.settings = {
|
||||
Lua = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue