summaryrefslogtreecommitdiff
path: root/lua/nv-vscode/init.vim
diff options
context:
space:
mode:
authorChris <[email protected]>2021-03-15 23:11:39 -0400
committerChris <[email protected]>2021-03-15 23:11:39 -0400
commite26b5c51ed152ea1047bd94093f514d95b167a3e (patch)
tree533c3d94cc85f07e112a1032d81fc2d6d1857510 /lua/nv-vscode/init.vim
parent51aa582272fc3b5f327ed481acd34125848f9ca2 (diff)
update LSP get nvim-jdtls working with Java
Diffstat (limited to 'lua/nv-vscode/init.vim')
-rw-r--r--lua/nv-vscode/init.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/nv-vscode/init.vim b/lua/nv-vscode/init.vim
index 9ca19a3b..746d189d 100644
--- a/lua/nv-vscode/init.vim
+++ b/lua/nv-vscode/init.vim
@@ -103,3 +103,7 @@ xmap gc <Plug>VSCodeCommentary
nmap gc <Plug>VSCodeCommentary
omap gc <Plug>VSCodeCommentary
nmap gcc <Plug>VSCodeCommentaryLine
+
+" Simulate same TAB behavior in VSCode
+ nmap <Tab> :Tabnext<CR>
+ nmap <S-Tab> :Tabprev<CR>