AutoYADM commit: 2025-01-03 10:00:02

This commit is contained in:
Daniel Fichtinger 2025-01-03 10:00:02 -05:00
parent e696b7838b
commit 69d28f23ef
No known key found for this signature in database
GPG key ID: D1B0947B25420214
5 changed files with 127 additions and 122 deletions

View file

@ -60,11 +60,11 @@
"nvim-dap-virtual-text": { "branch": "master", "commit": "df66808cd78b5a97576bbaeee95ed5ca385a9750" }, "nvim-dap-virtual-text": { "branch": "master", "commit": "df66808cd78b5a97576bbaeee95ed5ca385a9750" },
"nvim-jdtls": { "branch": "master", "commit": "266d0cb912bbe61d66b43c5e73db19a364380360" }, "nvim-jdtls": { "branch": "master", "commit": "266d0cb912bbe61d66b43c5e73db19a364380360" },
"nvim-lint": { "branch": "master", "commit": "1fea92f1d9908eaa5eb8bafe08b4293d7aadaa55" }, "nvim-lint": { "branch": "master", "commit": "1fea92f1d9908eaa5eb8bafe08b4293d7aadaa55" },
"nvim-lspconfig": { "branch": "master", "commit": "88dff6268a068403c87b461aee69beb61ceb8303" }, "nvim-lspconfig": { "branch": "master", "commit": "a8ef5e6e497b3ebeaaf35b939c07c211563b2e05" },
"nvim-nio": { "branch": "master", "commit": "a428f309119086dc78dd4b19306d2d67be884eee" }, "nvim-nio": { "branch": "master", "commit": "a428f309119086dc78dd4b19306d2d67be884eee" },
"nvim-notify": { "branch": "master", "commit": "bd9cd51f9ef2f6326fc2bc9931d0718c1794e247" }, "nvim-notify": { "branch": "master", "commit": "bd9cd51f9ef2f6326fc2bc9931d0718c1794e247" },
"nvim-spider": { "branch": "main", "commit": "2b38e3e95e143313d78ca098eeecda7aebfce925" }, "nvim-spider": { "branch": "main", "commit": "2b38e3e95e143313d78ca098eeecda7aebfce925" },
"nvim-treesitter": { "branch": "master", "commit": "6cb4098d51479f644f967c17d4482bab1ba2640f" }, "nvim-treesitter": { "branch": "master", "commit": "cfbc1c0e0ff63e5b5e37b465b915b95fc2e98cef" },
"nvim-treesitter-context": { "branch": "master", "commit": "2bcf700b59bc92850ca83a1c02e86ba832e0fae0" }, "nvim-treesitter-context": { "branch": "master", "commit": "2bcf700b59bc92850ca83a1c02e86ba832e0fae0" },
"nvim-treesitter-textobjects": { "branch": "master", "commit": "ad8f0a472148c3e0ae9851e26a722ee4e29b1595" }, "nvim-treesitter-textobjects": { "branch": "master", "commit": "ad8f0a472148c3e0ae9851e26a722ee4e29b1595" },
"nvim-ts-autotag": { "branch": "main", "commit": "1cca23c9da708047922d3895a71032bc0449c52d" }, "nvim-ts-autotag": { "branch": "main", "commit": "1cca23c9da708047922d3895a71032bc0449c52d" },
@ -96,8 +96,8 @@
"venv-selector.nvim": { "branch": "regexp", "commit": "e82594274bf7b54387f9a2abe65f74909ac66e97" }, "venv-selector.nvim": { "branch": "regexp", "commit": "e82594274bf7b54387f9a2abe65f74909ac66e97" },
"vessel.nvim": { "branch": "main", "commit": "bd97a5e164541372c15c82d7da2e25c7f7c737cf" }, "vessel.nvim": { "branch": "main", "commit": "bd97a5e164541372c15c82d7da2e25c7f7c737cf" },
"vim-dadbod": { "branch": "master", "commit": "f740950d0703099e0f172016f10e0e39f50fd0ba" }, "vim-dadbod": { "branch": "master", "commit": "f740950d0703099e0f172016f10e0e39f50fd0ba" },
"vim-dadbod-completion": { "branch": "master", "commit": "71eb73d1f7399be6a56cc43b928276cd5ca27ffd" }, "vim-dadbod-completion": { "branch": "master", "commit": "7f77c330df5f38b5ed11220c1f6622b61fd0149e" },
"vim-dadbod-ui": { "branch": "master", "commit": "0fec59e3e1e619e302198cd491b7d27f8d398b7c" }, "vim-dadbod-ui": { "branch": "master", "commit": "b4b95e04fcd71c7787673b2a165221d681d06171" },
"vim-dirtytalk": { "branch": "master", "commit": "aa57ba902b04341a04ff97214360f56856493583" }, "vim-dirtytalk": { "branch": "master", "commit": "aa57ba902b04341a04ff97214360f56856493583" },
"vim-systemd-syntax": { "branch": "master", "commit": "2f788c627efa7a50baa5766cfacf1852528eca28" }, "vim-systemd-syntax": { "branch": "master", "commit": "2f788c627efa7a50baa5766cfacf1852528eca28" },
"vim-tmux-navigator": { "branch": "master", "commit": "d847ea942a5bb4d4fab6efebc9f30d787fd96e65" }, "vim-tmux-navigator": { "branch": "master", "commit": "d847ea942a5bb4d4fab6efebc9f30d787fd96e65" },

View file

@ -51,6 +51,8 @@ vim.api.nvim_create_autocmd("VimEnter", {
end, end,
}) })
local md = false
if md then
vim.api.nvim_create_autocmd("FileType", { vim.api.nvim_create_autocmd("FileType", {
pattern = "markdown", pattern = "markdown",
callback = function() callback = function()
@ -173,3 +175,4 @@ vim.api.nvim_create_autocmd({ "FileType" }, {
-- }) -- })
end, end,
}) })
end

View file

@ -7,9 +7,9 @@ return {
-- "folke/snacks.nvim", -- "folke/snacks.nvim",
-- }, -- },
dev = true, dev = true,
opts = { -- opts = {
-- colors = { blue = "#ffffff" }, -- -- colors = { blue = "#ffffff" },
}, -- },
}, },
{ {
"LazyVim/LazyVim", "LazyVim/LazyVim",

View file

@ -13,9 +13,10 @@ return {
-- opts_extend = {"sources"}, -- opts_extend = {"sources"},
opts = { opts = {
sources = { sources = {
default = { "lsp", "snippets", "path", "markdown", "lazydev", "buffer" }, -- default = { "lsp", "snippets", "path", "markdown", "lazydev", "buffer" },
default = { "lsp", "snippets", "path", "lazydev", "buffer" },
providers = { providers = {
markdown = { name = "RenderMarkdown", module = "render-markdown.integ.blink" }, -- markdown = { name = "RenderMarkdown", module = "render-markdown.integ.blink" },
ripgrep = { ripgrep = {
module = "blink-ripgrep", module = "blink-ripgrep",
name = "Ripgrep", name = "Ripgrep",

View file

@ -6,6 +6,7 @@ local icons = {
} }
return { return {
"MeanderingProgrammer/render-markdown.nvim", "MeanderingProgrammer/render-markdown.nvim",
enabled = false,
dependencies = { "nvim-treesitter/nvim-treesitter", "echasnovski/mini.icons" }, dependencies = { "nvim-treesitter/nvim-treesitter", "echasnovski/mini.icons" },
opts = { opts = {
indent = { indent = {