diff --git a/_vimrc_local.vim b/_vimrc_local.vim deleted file mode 100644 index cac1787..0000000 --- a/_vimrc_local.vim +++ /dev/null @@ -1,20 +0,0 @@ -""""""""""""""""""""""""""""""""" JEDI - -let g:jedi#auto_initialization = 1 -let g:jedi#use_tabs_not_buffers = 1 -let g:jedi#environment_path = "venv" - -""""""""""""""""""""""""""""""""" ALE - -"let g:ale_python_pylint_executable = '/home/jrkb/git/pointer/neomatter/font3d/abc3d/venv/bin/pylint' -"let g:ale_python_executable='/home/jrkb/git/pointer/neomatter/font3d/abc3d/venv/bin/python' -"let g:ale_python_pylint_use_global=1 -"let g:ale_use_global_executables=1 -"let g:ale_python_auto_pipenv=1 -"let g:ale_python_auto_virtualenv=1 -"let g:ale_virtualenv_dir_names = ['venv'] - -"let g:ale_linters = { 'javascript': ['eslint', 'tsserver'], 'python': ['jedils', 'pylint', 'flake8'], 'cpp': ['cc', 'clangcheck', 'clangd', 'clangtidy', 'clazy', 'cppcheck', 'cpplint', 'cquery', 'cspell', 'flawfinder'], 'php': ['php_cs_fixer'] } -"let g:ale_fixers = { '*': ['remove_trailing_lines', 'trim_whitespace'], 'python': ['autopep8'], 'cpp': ['uncrustify'], 'javascript': js_fixers, 'css': ['prettier'], 'json': ['prettier'], 'php': ['php_cs_fixer'] } - -"let g:ale_pattern_options = {'\.py$': {'ale_enabled': 0}}