config(nvim): add fzf_colors, plantuml-syntax
parent
b521d1619b
commit
2ed253a48f
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue