Skip to content

Commit

Permalink
[Update] vscode: disable editor folding and vimvscode foldfix
Browse files Browse the repository at this point in the history
  • Loading branch information
pangteypiyush committed Jul 5, 2021
1 parent e3e4c37 commit 8769b13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"gitlens.statusBar.reduceFlicker": true,
"files.trimTrailingWhitespace": true,
"vim.easymotion": true,
"vim.foldfix": true,
"vim.hlsearch": true,
"vim.normalModeKeyBindingsNonRecursive": [
{
Expand Down Expand Up @@ -242,5 +241,6 @@
"taskExplorer.enablePowershell": false,
"taskExplorer.enableBatch": false,
"taskExplorer.pathToMake": "make",
"editor.fontLigatures": "'ccmp' off"
"editor.fontLigatures": "'ccmp' off",
"editor.folding": false
}

0 comments on commit 8769b13

Please sign in to comment.