Compare commits

..

4 Commits

Author SHA1 Message Date
doylet
0ffb737dc4 linux: Add Go checksum for 1.20.1 2023-10-27 09:48:31 +11:00
doylet
bfad833143 Use installed MSVC 2023-10-27 09:48:31 +11:00
doyle
98ab18bb2d Add go 1.20.1 2023-10-27 09:48:31 +11:00
52d3454aa6 nvim: Bind leap to tab 2023-10-26 21:16:58 +11:00

View File

@ -54,8 +54,8 @@ call plug#end()
lua <<EOF
require('impatient')
local leap = require('leap')
vim.keymap.set({'n', 'x', 'o'}, '<leader>r', '<Plug>(leap-forward-to)')
vim.keymap.set({'n', 'x', 'o'}, '<leader>R', '<Plug>(leap-backward-to)')
vim.keymap.set({'n', 'x', 'o'}, '<tab>', '<Plug>(leap-forward-to)')
vim.keymap.set({'n', 'x', 'o'}, '<S-tab>', '<Plug>(leap-backward-to)')
-- LSP Setup =====================================================================================
local lsp = require('lsp-zero')