- Upgraded Python syntax file to Py3.10
- Better YAML support
- Initial clipboard support.
- Better support for Cython
- Set shift width of 2 for YAML files
- Fixes
- Set latest regexp engine (performance)
- set nonomodeline{,expr} fixes security issues
- Disable error bell
- Security fix: Disable
modeline
(Fixes#55) - Initial support for Cython
- Makefile: fix installation for syntax files
- Remove isort from Python auto-fixing file
- SQL formatting file
- Set text width to 120
- [fix] Use the correct line length in black
- Basic configuration support for Rust
- Multi-line comments for Python
- Disable automatic fold
- README: update for
set nosplitbelow
- Run isort first, then formatting
- Fix background inside tmux
- Nicer highlighting for misspelled words
- Comments in blue
- Lighter background colour
- Split horizontal windows, back to default.
- Fix python files with
back
. - Improve auto-formatting of Python files.
- Documentation: corrections & formatting, describe new installation process, new functions, and mappings.
- Installation changed:
deploy.sh
removed and new Makefile instructions for local and remote installation support. - Python syntax highlighting: extended support for
Python 3.6
. - New mapping:
<F3>
automatically corrects & formats the current file. - Moves Python-specific configuration.
deploy.sh
deleted.- Python: Highlight for
__dict__
- Remove trailing white spaces in all files upon saving (not just
*.py
files). autowrite
&autowriteall
.- Removed double tab mapping (
<tab><tab>
no longer equals<esc>
).
- Makefile: Improved installation and more (deploy, install extras, etc.).
- CONTRIBUTING guidelines.
- Uses Python syntax highlighting from fork, with bespoke configuration.
- highlight all global in configuration.
- set highlight all for Python.
- PR template: For PRs.
- Documentation improvements: changelog moves to rst README improved and updated.
- checklist for PR templates & contributing guide.
- Ignore
__pycache__
from auto-completion (added besides *.pyc files). - 79 cols for all the things! (Not only Python).
- Install all extras in a package! (
make extras
, requires Vim 8.0+). Extras are:NERDTree
,fugiritve-vim
, andFlake8
.
- Inform in the status bar when spell=on
- Remove deploy.sh from README
- Updated documentation
- Improvements in flake8 target
- Correct Makefile install target
- Replace the
deploy.sh
bash script for aMakefile
- Remove custom support for markdown filetype
- Replace custom toggle paste function
- On Python, single line comment, leaves space
- Drop custom Dockerfile support
- set synmaxcol=120
- Set strict mode in deployment script.
- README.md: Correct installation one-liner
- deploy.sh: Change default branch to master
- Set text width to 99, for Python files.
- Add mappings for managing tabs
- set autoindent & set smartindent
- silent error sounds.
- Performance improvements
- set scrolloff=10
- set hidden
- Configure splits
- Do not enable the page limit bar by default.
- Toggle number with
<leader>
+e
- Add support (syntax highlighting) for Dockerfile.
- set autoread
- Adding option to save files with sudo:
:w!!
- Extendeded color configuration for python.