feat adding all the files

This commit is contained in:
cg8936
2025-08-03 21:02:10 -04:00
parent 28410ecfab
commit 6738adc58b
17 changed files with 337 additions and 106 deletions

View File

@@ -0,0 +1,10 @@
return {
"cuducos/yaml.nvim",
ft = { "yaml" }, -- optional
dependencies = {
"nvim-treesitter/nvim-treesitter",
"folke/snacks.nvim", -- optional
"nvim-telescope/telescope.nvim", -- optional
"ibhagwan/fzf-lua", -- optional
},
}