config(nvim): add fzf_colors, plantuml-syntax

main
sudo pacman -Syu 2024-06-11 01:02:44 +07:00
parent b521d1619b
commit 2ed253a48f
1 changed files with 8 additions and 1 deletions

View File

@ -187,7 +187,6 @@ require("lazy").setup({
}, },
config = function() config = function()
require("fzf-lua").setup({ require("fzf-lua").setup({
"fzf-native",
winopts = { winopts = {
preview = { preview = {
wrap = "wrap", wrap = "wrap",
@ -196,6 +195,7 @@ require("lazy").setup({
defaults = { defaults = {
formatter = "path.filename_first", formatter = "path.filename_first",
}, },
fzf_colors = true,
}) })
end, end,
}, },
@ -401,6 +401,11 @@ require("lazy").setup({
}, },
-- Programming languages -- Programming languages
-- https://github.com/aklt/plantuml-syntax
{
"aklt/plantuml-syntax",
},
-- https://github.com/stevearc/conform.nvim -- https://github.com/stevearc/conform.nvim
{ {
"stevearc/conform.nvim", "stevearc/conform.nvim",
@ -414,6 +419,7 @@ require("lazy").setup({
"lua", "lua",
"make", "make",
"markdown", "markdown",
"plantuml",
"proto", "proto",
"python", "python",
"sh", "sh",
@ -543,6 +549,7 @@ require("lazy").setup({
"lua", "lua",
"make", "make",
"markdown", "markdown",
"plantuml",
"proto", "proto",
"python", "python",
"toml", "toml",