remove plugin highlights from init.lua

This commit is contained in:
siduck76 2021-04-11 08:44:56 +05:30
parent 3aadee1106
commit b375c43dc3
5 changed files with 24 additions and 22 deletions

View file

@ -15,6 +15,3 @@ map("n", "<C-x>", [[<Cmd> split term://bash | resize 10 <CR>]], opt) -- open ter
-- COPY EVERYTHING --
map("n", "<C-a>", [[ <Cmd> %y+<CR>]], opt)
-- toggle line number
map("n", "<S-n>", [[ <Cmd> set nu! <CR>]], opt)