From e0c6a0448f31d790348f24ee61d15db969f676eb Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Tue, 14 Nov 2023 21:08:43 +0000 Subject: Some more configuration options --- ftplugin/java.vim | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'ftplugin') diff --git a/ftplugin/java.vim b/ftplugin/java.vim index 238ca22..8bf603c 100644 --- a/ftplugin/java.vim +++ b/ftplugin/java.vim @@ -1 +1,29 @@ setl textwidth=100 + +inoreabbrev public public +inoreabbrev upblic public +inoreabbrev pbulic public +inoreabbrev pbulci public +inoreabbrev pulbic public +inoreabbrev pubilc public +inoreabbrev publci public + +inoreabbrev rpivate private +inoreabbrev pirvate private +inoreabbrev prviate private +inoreabbrev priavte private +inoreabbrev privtae private +inoreabbrev privaet private +inoreabbrev pirvaet private +inoreabbrev priavet private +inoreabbrev piravet private + +inoreabbrev tsatic static +inoreabbrev sattic static +inoreabbrev sttaic static +inoreabbrev staitc static +inoreabbrev statci static + +inoreabbrev ovid void +inoreabbrev viod void +inoreabbrev vodi void -- cgit