add(nvim): ufo for folding

This commit is contained in:
Léana 江 2023-10-21 00:04:07 +02:00 committed by Léana 江
parent 69b2611486
commit 1a12e2948b
4 changed files with 18 additions and 1 deletions

View file

@ -47,7 +47,8 @@ require("lazy").setup({
-- Nice to have
"tpope/vim-sleuth",
{ "SmiteshP/nvim-navic", dependencies = "neovim/nvim-lspconfig" },
{ "kevinhwang91/nvim-ufo", dependencies = "kevinhwang91/promise-async" },
{ "SmiteshP/nvim-navic", dependencies = "neovim/nvim-lspconfig" },
"folke/twilight.nvim",
"nvim-treesitter/playground",
"RaafatTurki/hex.nvim",