1
0
Fork 0

fix: add old misc updates to nvim

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2023-07-20 18:28:55 -07:00
parent bf65c17f4b
commit 69703d3e57
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
4 changed files with 102 additions and 11 deletions

View file

@ -43,6 +43,7 @@ map("n", "<C-z>", ":lua require('leap').leap { backward = true }<CR>")
-- pollen
map("i", "<A-d>", "")
map("i", "<A-l>", "λ")
-- colorscheme toggle
-- map("n", "<A-j>", ":let ayucolor=\"dark\"<CR>:colorscheme ayu<CR>")
@ -67,3 +68,6 @@ map("n", "<leader>od", ":TroubleToggle<CR>")
-- workspaces
map("n", "<leader>pp", ":Telescope workspaces theme=dropdown<CR>")
map("n", "<leader>pa", ":WorkspacesAdd ")
-- relative line numbers
map("n", "<C-f>", ":set relativenumber!<CR>")