master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit f76909ecf4 - Show all commits

View File

@@ -8,6 +8,7 @@ return {
local options = { noremap = true, silent = false, buffer = bufnr } local options = { noremap = true, silent = false, buffer = bufnr }
vim.keymap.set('n', '<space>y', function() vim.cmd.RustLsp { 'hover', 'actions' } end, vim.keymap.set('n', '<space>y', function() vim.cmd.RustLsp { 'hover', 'actions' } end,
vim.tbl_extend('error', options, { desc = 'Hover' })) vim.tbl_extend('error', options, { desc = 'Hover' }))
require('plugins.lspconfig').on_attach(client, bufnr)
end end
} }
} }