feat: autocomplete

This commit is contained in:
Harivansh Rathi 2026-04-13 23:59:07 -04:00
parent d352c45733
commit d8d6b28ebf
4 changed files with 25 additions and 4 deletions

View file

@ -17,4 +17,6 @@ map("x", "p", '"_dP')
map("n", "<Esc>", "<cmd>nohlsearch<cr>")
map("n", "<leader>t", "<cmd>setlocal wrap!<cr>")
map("n", "<C-W>]", "<cmd>vert winc ]<cr>")
map("t", "<Esc>", "<C-\\><C-n>")