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