ferking keymaps

This commit is contained in:
Ralph Azucena 2024-04-07 01:00:38 -07:00
parent 67faeaa71a
commit b3f2f9cf1a
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
-- Keymaps are automatically loaded on the VeryLazy event
-- Default keymaps that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/keymaps.lua
-- Add any additional keymaps here
-- Remove keymaps to move lines up/down: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/keymaps.lua#L25
vim.keymap.del({ "n", "i", "v" }, "<A-j>")
vim.keymap.del({ "n", "i", "v" }, "<A-k>")

View file

@ -5,7 +5,7 @@ return {
-- https://github.com/williamboman/mason.nvim?tab=readme-ov-file#introduction
-- https://mason-registry.dev/registry/list
ensure_installed = {
-- "ruby-lsp",
"ruby-lsp",
"rubocop",
},
},