|
1 | 1 | --[[ |
2 | | -
|
3 | | -===================================================================== |
| 2 | +====================================================================== |
4 | 3 | ==================== READ THIS BEFORE CONTINUING ==================== |
5 | 4 | ===================================================================== |
6 | 5 | ======== .-----. ======== |
@@ -181,6 +180,9 @@ vim.api.nvim_set_keymap('i', '<C-]>', '<C-o>$', { noremap = true }) |
181 | 180 | vim.api.nvim_set_keymap('i', '<C-f>', '<ESC>^', { noremap = true }) |
182 | 181 | vim.api.nvim_set_keymap('i', '<C-M-p>', '<ESC>opi', { noremap = true }) |
183 | 182 | vim.api.nvim_set_keymap('i', '<C-M-P>', '<ESC>oPi', { noremap = true }) |
| 183 | +vim.api.nvim_set_keymap('i', '<M-->', '–', { noremap = true }) |
| 184 | +vim.api.nvim_set_keymap('i', '<M-=>', '—', { noremap = true }) |
| 185 | + |
184 | 186 | -- Block cursor |
185 | 187 | -- vim.opt.guicursor = 'n-v-c:block,i:block-blinkwait700-blinkoff400-blinkon250,sm:block' |
186 | 188 | -- vim.opt.guicursor = 'n-v-c:block,i:ver25-blinkon250-blinkoff400-blinkwait700,r:hor20,o:hor50,sm:block-blinkwait175-blinkoff150-blinkon175' |
@@ -409,6 +411,11 @@ require('lazy').setup({ |
409 | 411 | -- delay between pressing a key and opening which-key (milliseconds) |
410 | 412 | -- this setting is independent of vim.opt.timeoutlen |
411 | 413 | delay = 0, |
| 414 | + plugins = { |
| 415 | + spelling = { |
| 416 | + enabled = true |
| 417 | + } |
| 418 | + }, |
412 | 419 | icons = { |
413 | 420 | -- set icon mappings to true if you have a Nerd Font |
414 | 421 | mappings = vim.g.have_nerd_font, |
|
0 commit comments