mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
ferking keymaps
This commit is contained in:
parent
67faeaa71a
commit
b3f2f9cf1a
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
-- Keymaps are automatically loaded on the VeryLazy event
|
-- 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
|
-- Default keymaps that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/keymaps.lua
|
||||||
-- Add any additional keymaps here
|
-- 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>")
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ return {
|
||||||
-- https://github.com/williamboman/mason.nvim?tab=readme-ov-file#introduction
|
-- https://github.com/williamboman/mason.nvim?tab=readme-ov-file#introduction
|
||||||
-- https://mason-registry.dev/registry/list
|
-- https://mason-registry.dev/registry/list
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
-- "ruby-lsp",
|
"ruby-lsp",
|
||||||
"rubocop",
|
"rubocop",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue