style(nvim): format plugins file

This commit is contained in:
Price Hiller 2023-06-03 14:56:44 -05:00
parent f0becf8a14
commit 6840501d91
No known key found for this signature in database

View File

@ -122,7 +122,7 @@ lazy.setup({
"nvim-telescope/telescope-ui-select.nvim", "nvim-telescope/telescope-ui-select.nvim",
"debugloop/telescope-undo.nvim", "debugloop/telescope-undo.nvim",
{ "nvim-telescope/telescope-smart-history.nvim", dependencies = "tami5/sqlite.lua" }, { "nvim-telescope/telescope-smart-history.nvim", dependencies = "tami5/sqlite.lua" },
{ "nvim-telescope/telescope-fzf-native.nvim", build = "make" }, { "nvim-telescope/telescope-fzf-native.nvim", build = "make" },
}, },
config = function() config = function()
require("plugins.configs.telescope-nvim") require("plugins.configs.telescope-nvim")
@ -348,8 +348,8 @@ lazy.setup({
setopt = true, setopt = true,
relculright = false, relculright = false,
segments = { segments = {
{ text = { "%s" }, click = "v:lua.ScSa" }, { text = { "%s" }, click = "v:lua.ScSa" },
{ text = { builtin.lnumfunc }, click = "v:lua.ScLa" }, { text = { builtin.lnumfunc }, click = "v:lua.ScLa" },
{ text = { " ", builtin.foldfunc, " " }, click = "v:lua.ScFa" }, { text = { " ", builtin.foldfunc, " " }, click = "v:lua.ScFa" },
}, },
}) })
@ -713,13 +713,13 @@ lazy.setup({
enable = true, enable = true,
head = { cursor = "", texthl = "SmoothCursorCursor", linehl = nil }, head = { cursor = "", texthl = "SmoothCursorCursor", linehl = nil },
body = { body = {
{ cursor = "", texthl = "SmoothCursorTrailBig1" }, { cursor = "", texthl = "SmoothCursorTrailBig1" },
{ cursor = "", texthl = "SmoothCursorTrailBig2" }, { cursor = "", texthl = "SmoothCursorTrailBig2" },
{ cursor = "󰝥", texthl = "SmoothCursorTrailMedium" }, { cursor = "󰝥", texthl = "SmoothCursorTrailMedium" },
{ cursor = "󰝥", texthl = "SmoothCursorTrailMedium" }, { cursor = "󰝥", texthl = "SmoothCursorTrailMedium" },
{ cursor = "", texthl = "SmoothCursorTrailSmall" }, { cursor = "", texthl = "SmoothCursorTrailSmall" },
{ cursor = ".", texthl = "SmoothCursorTrailXSmall" }, { cursor = ".", texthl = "SmoothCursorTrailXSmall" },
{ cursor = ".", texthl = "SmoothCursorTrailXSmall" }, { cursor = ".", texthl = "SmoothCursorTrailXSmall" },
}, },
}, },
disabled_filetypes = { "NeogitNotification" }, disabled_filetypes = { "NeogitNotification" },