From f5c8925f14f57e4768ab105ec3089aa39e664d0a Mon Sep 17 00:00:00 2001 From: "Vito G. Graffagnino" Date: Fri, 3 Jun 2022 22:55:54 +0100 Subject: added more LSP server settings --- lua/user/whichkey.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lua/user/whichkey.lua') diff --git a/lua/user/whichkey.lua b/lua/user/whichkey.lua index 0056e5a..3d7abca 100644 --- a/lua/user/whichkey.lua +++ b/lua/user/whichkey.lua @@ -80,7 +80,7 @@ local opts = { local mappings = { ["/"] = { "lua require(\"Comment.api\").toggle_current_linewise()", "Comment" }, - ["a"] = { "Alpha", "Alpha" }, +-- ["a"] = { "Alpha", "Alpha" }, ["b"] = { "lua require('telescope.builtin').buffers(require('telescope.themes').get_dropdown{previewer = false})", "Buffers", @@ -95,7 +95,7 @@ local mappings = { "Find files", }, ["F"] = { "Telescope live_grep theme=ivy", "Find Text" }, - ["P"] = { "Telescope projects", "Projects" }, + --["P"] = { "Telescope projects", "Projects" }, p = { name = "Packer", @@ -178,6 +178,7 @@ local mappings = { u = { "lua _NCDU_TOGGLE()", "NCDU" }, t = { "lua _HTOP_TOGGLE()", "Htop" }, p = { "lua _PYTHON_TOGGLE()", "Python" }, + i = { "lua _IPYTHON_TOGGLE()", "ipython" }, f = { "ToggleTerm direction=float", "Float" }, h = { "ToggleTerm size=10 direction=horizontal", "Horizontal" }, v = { "ToggleTerm size=80 direction=vertical", "Vertical" }, -- cgit v1.2.3