[neovim] F
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user