Relative Content

Tag Archive for configurationneovimnvim-lspconfignvchad

custom configuration ifor nv chad nvim is not working

“nvchad.mappings” — add yours here local map = vim.keymap.set map(“n”, “;”, “:”, { desc = “CMD enter command mode” }) map(“i”, “jk”, “<ESC>”) — Move lines up/down map(“n”, “<A-Down>”, “:m .+1<CR>”, { desc = “Move line down” }) map(“n”, “<A-j>”, “:m .+1<CR>”, { desc = “Move line down” }) map(“n”, “<A-Up>”, “:m .-2<CR>”, { desc […]