summaryrefslogtreecommitdiffstats
path: root/plugin (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
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
https://github.com/sheerun/vim-polyglot/commit/233a817f05ba73574539ed7395bde49d183a807a
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
https://github.com/tpope/vim-sleuth/pull/57
2020-09-04Do not set indent on by defaultAdam Stankiewicz1-4/+0
https://github.com/tpope/vim-sleuth/issues/21
2020-09-04Fix detecting indentation in some CSSAdam Stankiewicz1-1/+1
This is done by ignoring lines that don't have any alphanumeric characters, e.g. following would be detected as 4-spaces indentation instead of 2-spaces .android { height: 404px; width: 334px; margin: 100px auto; } https://github.com/tpope/vim-sleuth/issues/22
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