AutoYADM commit: 2025-02-07 00:30:03

This commit is contained in:
Daniel Fichtinger 2025-02-07 00:30:03 -05:00
parent 10a1a8f3af
commit d869ac7e27
3 changed files with 65 additions and 55 deletions

View file

@ -13,11 +13,12 @@ end
vim.g.maplocalleader = ","
vim.g.mapleader = " "
vim.keymap.set("n", "m", "h", { noremap = true })
vim.keymap.set("n", "<C-S-M>", function()
vim.notify("presed")
end)
vim.keymap.set("n", "<leader>m", "<CMD>echo hi<cr>")
-- vim.keymap.set("n", "m", "h", { noremap = true })
-- vim.keymap.set("n", "<C-S-M>", function()
-- vim.notify("presed")
-- end)
require("colemak").init()
vim.g.lazyvim_python_lsp = "basedpyright"
-- vim.g.lazyvim_rust_diagnostics = "bacon-ls"
vim.g.ai_cmp = false