master #1

Open
oli wants to merge 920 commits from master into lua
Showing only changes of commit b93a7de5ab - Show all commits
+1 -1
View File
@@ -20,7 +20,7 @@ local lspKeys = function(client, bufnr)
vim.keymap.set(map.mode, map.key, map.fn, opts(map.desc)) vim.keymap.set(map.mode, map.key, map.fn, opts(map.desc))
end end
if client.supports_method('inlayHintProvider') then if client:supports_method('inlayHintProvider') then
vim.keymap.set( vim.keymap.set(
'n', 'n',
'<space>i', '<space>i',