From e26b5c51ed152ea1047bd94093f514d95b167a3e Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 15 Mar 2021 23:11:39 -0400 Subject: update LSP get nvim-jdtls working with Java --- lua/nv-vscode/init.vim | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lua/nv-vscode/init.vim') 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 VSCodeCommentary nmap gc VSCodeCommentary omap gc VSCodeCommentary nmap gcc VSCodeCommentaryLine + +" Simulate same TAB behavior in VSCode + nmap :Tabnext + nmap :Tabprev -- cgit v1.2.3