Fixed some silly typos
This commit is contained in:
parent
dbc2a00d7b
commit
22a3062a68
2 changed files with 4 additions and 4 deletions
|
|
@ -8,3 +8,5 @@ local options = {
|
|||
{ name = "path", group_index = 2 },
|
||||
},
|
||||
}
|
||||
|
||||
require("nvim-cmp").setup(options)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,10 @@
|
|||
return {
|
||||
{ "sitiom/nvim-numbertoggle", lazy = false, },
|
||||
|
||||
|
||||
{ "junegunn/gv.vim", cmd = { "GV" } },
|
||||
{ "mbbill/undotree", cmd = { "UndotreeToggle" } },
|
||||
{ "folke/trouble.nvim", cmd = { "Trouble" }},
|
||||
{ 'tpope/vim-fugitive', keys = { "<leader>gs", "gu", "gh" } },
|
||||
{ "zbirenbaum/copilot.lua", event = "InsertEnter", config = function() require("configs.copilog") end },
|
||||
{ "zbirenbaum/copilot.lua", event = "InsertEnter", config = function() require("configs.copilot") end },
|
||||
{ "nvim-tree/nvim-tree.lua", cmd = { "NvimTreeToggle", "NvimTreeFocus" }, config = function() require("configs.nvimtree") end },
|
||||
{ "folke/zen-mode.nvim", keys = { "<leader>zz" }, config = function() require("configs.zenmode") end },
|
||||
{ "stevearc/conform.nvim", config = function() require("configs.conform") end },
|
||||
|
|
@ -15,7 +13,7 @@ return {
|
|||
{ "kylechui/nvim-surround", event = "VeryLazy", config = function() require("configs.nvim-surround") end },
|
||||
{
|
||||
"iamcco/markdown-preview.nvim",
|
||||
cmd = { "MarkdownPrev iew", "MarkdownPreviewToggle", "MarkdownPreviewStop" },
|
||||
cmd = { "MarkdownPreview", "MarkdownPreviewToggle", "MarkdownPreviewStop" },
|
||||
ft = { "markdown" },
|
||||
build = function() vim.fn["mkdp#util#install"]() end,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue