navigation: make sure to quit vim if oil is the only open buffer

This commit is contained in:
Wesley van Tilburg
2026-03-17 08:58:18 +00:00
parent 19b489e531
commit 7b9545f811
4 changed files with 48 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ vim.pack.add({
"https://github.com/nvim-treesitter/nvim-treesitter",
"https://github.com/williamboman/mason.nvim",
"https://github.com/williamboman/mason-lspconfig.nvim",
{ src = "https://github.com/saghen/blink.cmp", version = vim.version.range("1.*") },
{ src = "https://github.com/saghen/blink.cmp", version = vim.version.range("1.*"), build = "cargo build --release" },
"https://github.com/stevearc/oil.nvim",
"https://github.com/stevearc/overseer.nvim",
})