[neovim] F

This commit is contained in:
seajee
2026-01-10 15:28:20 +01:00
parent 79daa779e5
commit 06d4f5dae5

View File

@@ -146,9 +146,6 @@ require("lazy").setup({
-- Background trasparency -- Background trasparency
{ "xiyaowong/transparent.nvim" }, { "xiyaowong/transparent.nvim" },
-- Treesitter
{ "nvim-treesitter/nvim-treesitter" },
-- Fuzzy finder -- Fuzzy finder
{ "echasnovski/mini.pick", opts = {} }, { "echasnovski/mini.pick", opts = {} },
@@ -188,7 +185,7 @@ require("lazy").setup({
"MunifTanjim/nui.nvim", "MunifTanjim/nui.nvim",
"nvim-tree/nvim-web-devicons", "nvim-tree/nvim-web-devicons",
}, },
lazy = false, -- neo-tree will lazily load itself lazy = false,
opts = { opts = {
window = { window = {
width = 32 width = 32