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