summaryrefslogtreecommitdiffstats
path: root/plugin (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Fix loading for vim 8 packages, closes #613Adam Stankiewicz1-1/+3
2020-12-30Revert "Check changes for focus event, improves #638"Adam Stankiewicz1-17/+1
2020-12-30Check changes for focus event, improves #638Adam Stankiewicz1-1/+17
2020-10-25Fix loading when vim8 packages are usedAdam Stankiewicz1-1/+1
2020-10-25Preserve loading order of plugins, fixes #608Adam Stankiewicz1-1/+1
2020-10-25Respect symlinks for resolving vim-polyglot as fallback, closes #605Adam Stankiewicz1-1/+1
2020-10-24Fix warning in command line window, closes #604Adam Stankiewicz1-1/+1
2020-10-24Do not set checktime if already setAdam Stankiewicz1-0/+11
2020-10-24Make editing same file in multiple vim instances seamlessv4.16.0Adam Stankiewicz1-0/+5
2020-10-24Allow to override incsearch, #603Adam Stankiewicz1-13/+3
2020-10-24Fix disabling sensible settings, closes #602Adam Stankiewicz1-1/+1
2020-10-19Use spaces instead of tabsv4.14.1Adam Stankiewicz1-74/+74
2020-10-19Remove non-relevant sensible settingsAdam Stankiewicz1-41/+7
2020-10-19Add vim-sensible defaults by defaultv4.14.0Adam Stankiewicz1-0/+128
2020-10-17Make sure custom scripts.vim are respected as wellAdam Stankiewicz1-1/+7
2020-10-17Make sure polyglot_disable does not skip native vim files, fixes #591v4.13.5Adam Stankiewicz1-1/+1
2020-10-07Fix vim 8 package manager, closes #574Adam Stankiewicz1-0/+3
2020-10-02Resolve issues with loading order, closes #571v4.13.1Adam Stankiewicz1-9/+0
2020-09-30Document how to install with vim8 packagesAdam Stankiewicz1-0/+9
2020-09-08Fix auto-detecting indent, closes #540v4.9.4Adam Stankiewicz1-167/+0
2020-09-04Ignore files from homedir and root for indentv4.9.2Adam Stankiewicz1-0/+4
2020-09-04Do not set indent on by defaultAdam Stankiewicz1-4/+0
2020-09-04Fix detecting indentation in some CSSAdam Stankiewicz1-1/+1
2020-09-04Ignore heredoc when detecting indentv4.9.1Adam Stankiewicz1-0/+13
2020-09-04Synchronize shiftwidth with tabstop by defaultv4.9.0Adam Stankiewicz1-0/+5
2020-09-04Fix detection of indentation, #537Adam Stankiewicz2-166/+149
2020-09-04Let user select tabstop, by not changing itAdam Stankiewicz1-3/+0
2020-09-04Allow to disable autoindent with g:polyglot_disabledAdam Stankiewicz1-1/+6
2020-09-01Automatically detect indentation, closes #529v4.8.0Adam Stankiewicz1-0/+164