Skip to content

Commit

Permalink
Update editing.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
ALX99 authored Sep 5, 2023
1 parent 432f262 commit 2db205f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .config/nvim/lua/plugins/editing.lua
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ return {
event = { "BufReadPost", "BufNewFile" },
dependencies = { "nvim-treesitter/nvim-treesitter" },
config = true,
enabled = false,
cond = function()
return not require('core.utils').is_vscodevim()
end
Expand Down

0 comments on commit 2db205f

Please sign in to comment.