Nvim: improve pager mode and other fixes

This commit is contained in:
Marko Korhonen 2021-12-04 11:43:26 +02:00
parent 4aeaf540b7
commit 432ee57180
6 changed files with 27 additions and 19 deletions

View file

@ -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 = {