📁 files(nvim): change names and move to another directories

This commit is contained in:
Sergio Laín 2024-03-10 01:21:34 +01:00
parent 2fadaab606
commit e9be6a3f81
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
6 changed files with 4 additions and 2 deletions

View file

@ -15,15 +15,15 @@
"plugins.extras.coding.treesitter.puppeteer", "plugins.extras.coding.treesitter.puppeteer",
"plugins.extras.coding.treesitter.various-textobjs", "plugins.extras.coding.treesitter.various-textobjs",
"plugins.extras.coding.yanky", "plugins.extras.coding.yanky",
"plugins.extras.dap.core", "plugins.extras.dap.core-extended",
"plugins.extras.dap.persistent-breakpoints", "plugins.extras.dap.persistent-breakpoints",
"plugins.extras.editor.color", "plugins.extras.editor.color",
"plugins.extras.editor.compiler", "plugins.extras.editor.compiler",
"plugins.extras.editor.docs.devdocs", "plugins.extras.editor.docs.devdocs",
"plugins.extras.editor.docs.obsidian", "plugins.extras.editor.docs.obsidian",
"plugins.extras.editor.git.diffview", "plugins.extras.editor.git.diffview",
"plugins.extras.editor.grapple",
"plugins.extras.editor.live-server", "plugins.extras.editor.live-server",
"plugins.extras.editor.marks.grapple",
"plugins.extras.editor.outline-extended", "plugins.extras.editor.outline-extended",
"plugins.extras.editor.package-info", "plugins.extras.editor.package-info",
"plugins.extras.editor.search-replace", "plugins.extras.editor.search-replace",

View file

@ -17,6 +17,7 @@ return {
}, },
{ {
"nvim-lualine/lualine.nvim", "nvim-lualine/lualine.nvim",
optional = true,
opts = function(_, opts) opts = function(_, opts)
table.insert(opts.sections.lualine_c, require("arrow.statusline").text_for_statusline_with_icons()) table.insert(opts.sections.lualine_c, require("arrow.statusline").text_for_statusline_with_icons())
end, end,

View file

@ -62,6 +62,7 @@ return {
}, },
{ {
"nvim-lualine/lualine.nvim", "nvim-lualine/lualine.nvim",
optional = true,
opts = function(_, opts) opts = function(_, opts)
table.insert(opts.sections.lualine_c, { require("grapple").statusline, cond = require("grapple").exists }) table.insert(opts.sections.lualine_c, { require("grapple").statusline, cond = require("grapple").exists })
end, end,