Adding a lot of plugin

This commit is contained in:
2023-12-21 00:40:03 +01:00
parent c39e13a353
commit 9a2bca5f6d
11 changed files with 267 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ vim.keymap.set("n", "<S-Tab>", ":tabnext<cr>")
-- Cheatsheet
vim.keymap.set("n", "<C-s>", ":terminal ~/.config/nvim/nvim_help.sh<cr>i")
-- No highlight
vim.keymap.set("n", "<leader>nl", ":nohl<cr>")
vim.keymap.set("n", "<leader>nh", ":nohl<cr>")
--- Automaticly close brackets
--vim.keymap.set ("i", "'", "''<Left>")