diff --git a/coc-settings.json b/coc-settings.json index eb8a062..0ca774c 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -12,7 +12,8 @@ "clangd.path": "/usr/bin/clangd", "python.formatting.provider": "black", "python.formatting.blackArgs": ["-l","100"], - "coc.preferences.formatOnSaveFiletypes": ["python"], - "java.inlayHints.parameterNames.enabled": "none" + "coc.preferences.formatOnSaveFiletypes": ["python", "java", "rust"], + "java.inlayHints.parameterNames.enabled": "none", + "java.format.settings.url": "/home/alex.selimov/RedTop.xml" } diff --git a/ftplugin/java.vim b/ftplugin/java.vim index 5d70679..ec32e0a 100644 --- a/ftplugin/java.vim +++ b/ftplugin/java.vim @@ -1,2 +1,2 @@ -set colorcolumn=100 -set tw=100 +set colorcolumn=120 +set tw=120