AutoYADM commit: 2025-02-07 00:30:03
This commit is contained in:
parent
10a1a8f3af
commit
d869ac7e27
3 changed files with 65 additions and 55 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue