Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d6905f2052 | |||
| 3beba645ef | |||
| 5fe351bbe1 |
@@ -8,6 +8,8 @@ map("n", ";", ":", { desc = "CMD enter command mode" })
|
||||
map("i", "jk", "<ESC>")
|
||||
map("n", "<leader>gh", ":Neogit <cr>")
|
||||
map("n", "<leader>md", ":MarkdownPreviewToggle <cr>")
|
||||
map("n", "<leader>tl", ":TodoLocList <cr>")
|
||||
map("n", "<leader>td", ":TodoQuickFix <cr>")
|
||||
|
||||
|
||||
-- map({ "n", "i", "v" }, "<C-s>", "<cmd> w <cr>")
|
||||
|
||||
@@ -44,6 +44,7 @@ return {
|
||||
"html",
|
||||
"css",
|
||||
"python",
|
||||
"typescript"
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -62,9 +63,7 @@ return {
|
||||
version = "*", -- Use for stability; omit to use `main` branch for the latest features
|
||||
event = "VeryLazy",
|
||||
config = function()
|
||||
require("nvim-surround").setup {
|
||||
-- Configuration here, or leave empty to use defaults
|
||||
}
|
||||
require("nvim-surround").setup{}
|
||||
end,
|
||||
},
|
||||
|
||||
@@ -134,11 +133,7 @@ return {
|
||||
{
|
||||
"folke/todo-comments.nvim",
|
||||
dependencies = { "nvim-lua/plenary.nvim" },
|
||||
opts = {
|
||||
-- your configuration comes here
|
||||
-- or leave it empty to use the default settings
|
||||
-- refer to the configuration section below
|
||||
}
|
||||
opts = {}
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user