diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2024-08-22 17:49:24 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2024-08-22 18:04:41 -0400 |
| commit | 72a36d40d50f47134a1ffbf5f995e168451ac6a2 (patch) | |
| tree | 9e0bfc87a92507f17bcd6a78c657212f41ebb283 /nvim/lua/keymap.lua | |
| parent | 935d6645c4d94835e60b583d2856960a098fd783 (diff) | |
configuration for basedpyright and ruff
Diffstat (limited to 'nvim/lua/keymap.lua')
| -rw-r--r-- | nvim/lua/keymap.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/lua/keymap.lua b/nvim/lua/keymap.lua index b816776..5fff17b 100644 --- a/nvim/lua/keymap.lua +++ b/nvim/lua/keymap.lua @@ -11,6 +11,7 @@ end vim.keymap.set('n', 'gf', function() cmd_pcall(':e <cfile>') end, {noremap = true}) vim.keymap.set('n', "<Leader>q", function() vim.cmd(':botright cope') end) vim.keymap.set('n', "<Leader>l", function() cmd_pcall(':aboveleft lope') end) +vim.keymap.set('n', "<Leader>dk", function () vim.diagnostic.open_float() end) vim.keymap.set('n',"<Leader>k", function() vim.cmd("make") end) |
