Compare commits

..

3 Commits

Author SHA1 Message Date
hakase d6905f2052 🧑💻 formatting 2024-08-20 08:13:26 -05:00
hakase 3beba645ef 🔧 add typescript 2024-08-20 07:03:11 -05:00
hakase 5fe351bbe1 🔧 add new mapping 2024-08-20 07:02:05 -05:00
2 changed files with 5 additions and 8 deletions
+2
View File
@@ -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>")
+3 -8
View File
@@ -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 = {}
},
}