diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2023-01-21 12:59:43 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2023-01-21 12:59:43 -0500 |
| commit | 015eb3bfc84495140f837ea1538eb210e1cbd17a (patch) | |
| tree | 43fe9fd546ff73e23322897f50bf1a24aaad9544 /lua | |
| parent | 7e68bb92dd06a6aa267c07b8e0313ad445a7f7c4 (diff) | |
| download | nvim-config-015eb3bfc84495140f837ea1538eb210e1cbd17a.tar.gz nvim-config-015eb3bfc84495140f837ea1538eb210e1cbd17a.tar.xz | |
Make spellcheck <leader>ss and change completion defaults
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/mitch/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/mitch/init.lua b/lua/mitch/init.lua index 6644a33..6fadd4f 100644 --- a/lua/mitch/init.lua +++ b/lua/mitch/init.lua @@ -38,7 +38,7 @@ vim.opt.modeline = false -- Apparently this also doesn't work if spell checking isn't enabled -- at the time you enable it. vim.opt.spell = true -vim.keymap.set("n", "<leader>s", "ea<C-X><C-S>") +vim.keymap.set("n", "<leader>ss", "ea<C-X><C-S>") vim.opt.spell = false |
