mirror of
https://github.com/DefectingCat/nvim
synced 2025-07-15 16:51:33 +00:00
add surround
This commit is contained in:
@ -5,7 +5,7 @@ local map = LazyVim.safe_keymap_set
|
||||
|
||||
-- terminal
|
||||
map("t", "<C-x>", "<c-\\><c-n>", { desc = "Escape termainl" })
|
||||
-- map("n", "<leader>tt", ":term<CR>", { desc = "Open new terminal" })
|
||||
map("n", "<leader>tt", ":term<CR>", { desc = "Open new terminal" })
|
||||
|
||||
-- buffers
|
||||
-- map("n", "<S-l>", "<CMD>bn<CR>")
|
||||
|
@ -12,7 +12,7 @@ return {
|
||||
},
|
||||
cmd = { "Oil" },
|
||||
-- lazy = false,
|
||||
event = "VimEnter",
|
||||
-- event = "VimEnter",
|
||||
-- dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
config = function()
|
||||
require("oil").setup({
|
||||
|
Reference in New Issue
Block a user