mirror of https://github.com/LazyVim/starter
nonels extra
parent
f6f4733046
commit
a22c2a4470
|
@ -17,7 +17,7 @@ vim.keymap.set("i", "<C-Tab>", vim.fn["codeium#Accept"], { expr = true })
|
|||
vim.keymap.set("i", "<C-,>", vim.fn["codeium#Complete"], { expr = true })
|
||||
|
||||
vim.keymap.set("i", "jh", "<Esc>:w<CR>", { noremap = true, silent = true })
|
||||
-- vim.keymap.set("n", "jh", ":w<CR>", { noremap = true, silent = true })
|
||||
vim.keymap.set("n", ";", ":w<CR>", { noremap = true, silent = true })
|
||||
|
||||
vim.keymap.set("n", "<C-c>", function()
|
||||
require("harpoon.ui").nav_prev()
|
||||
|
|
|
@ -16,6 +16,7 @@ require("lazy").setup({
|
|||
{ import = "lazyvim.plugins.extras.lang.typescript" },
|
||||
{ import = "lazyvim.plugins.extras.lang.json" },
|
||||
{ import = "lazyvim.plugins.extras.lang.tailwind" },
|
||||
{ import = "lazyvim.plugins.extras.lsp.none-ls" },
|
||||
-- { import = "lazyvim.plugins.extras.ui.mini-animate" },
|
||||
-- import/override with your plugins
|
||||
{ import = "plugins" },
|
||||
|
|
Loading…
Reference in New Issue