chore(nvim): Tweaks to the packages and configs

This commit is contained in:
2023-07-08 02:56:44 +03:00
parent 72b9acd710
commit 5e68077ac2
8 changed files with 80 additions and 27 deletions

View File

@@ -22,6 +22,7 @@ return {
["<leader>b"] = { name = "Buffers" },
-- quick save
-- ["<C-s>"] = { ":w!<cr>", desc = "Save File" }, -- change description but the same command
["<leader>P"] = { ":Telescope projects<cr>", desc = "Update Projects listing" },
},
t = {
-- setting a mapping to false will disable it