fix(nvim): conditionally deactivate plugins conflicting in VSCode

This commit is contained in:
Stefan Imhoff
2023-03-24 20:37:49 +01:00
parent 91316bf00a
commit 2b93d5ff58
62 changed files with 74 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ return {
"telescope.nvim",
dependencies = {
"crispgm/telescope-heading.nvim",
cond = vim.g.vscode == nil,
keys = {
{ "<leader>sl", "<cmd>Telescope heading<cr>", desc = "Headlines" },
},