Update configuration for neovim 0.11

This commit is contained in:
Lol3rrr
2026-01-16 20:18:31 +01:00
parent 62dfa1466c
commit 35186f4fc4
5 changed files with 57 additions and 132 deletions

View File

@@ -6,5 +6,6 @@ return {{
"nvim-tree/nvim-web-devicons", -- not strictly required, but recommended
"MunifTanjim/nui.nvim",
"3rd/image.nvim", -- Optional image support in preview window: See `# Preview Mode` for more information
}
},
lazy = false
}}