diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2025-08-02 15:18:59 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2025-08-02 15:18:59 -0400 |
| commit | ec57ff354270d3edcf473956996ff1f2e315c1aa (patch) | |
| tree | 91a08800a76c7f7966a60ab9379a22aa592b3661 /nvim/lua/keymap.lua | |
| parent | 612c5f215cec931be5f3ed6d73feb2b69f68ebfe (diff) | |
Move nvim statusline, Fix bugs, Change binds
Diffstat (limited to 'nvim/lua/keymap.lua')
| -rw-r--r-- | nvim/lua/keymap.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/lua/keymap.lua b/nvim/lua/keymap.lua index c6167c9..39c9e88 100644 --- a/nvim/lua/keymap.lua +++ b/nvim/lua/keymap.lua @@ -21,7 +21,7 @@ vim.keymap.set('n', "<Leader>l", function() shared.cmd_pcall(':aboveleft lope') end end, - { noremap = true, desc = "Toggle localtion window" }) + { noremap = true, desc = "Toggle location list window" }) vim.keymap.set('n', "<Leader>dk", function() vim.diagnostic.open_float() end) -- Send visual selection to quickfix list |
