[neovim] F
This commit is contained in:
@@ -146,9 +146,6 @@ require("lazy").setup({
|
||||
-- Background trasparency
|
||||
{ "xiyaowong/transparent.nvim" },
|
||||
|
||||
-- Treesitter
|
||||
{ "nvim-treesitter/nvim-treesitter" },
|
||||
|
||||
-- Fuzzy finder
|
||||
{ "echasnovski/mini.pick", opts = {} },
|
||||
|
||||
@@ -188,7 +185,7 @@ require("lazy").setup({
|
||||
"MunifTanjim/nui.nvim",
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
},
|
||||
lazy = false, -- neo-tree will lazily load itself
|
||||
lazy = false,
|
||||
opts = {
|
||||
window = {
|
||||
width = 32
|
||||
|
||||
Reference in New Issue
Block a user