summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-10-24Make editing same file in multiple vim instances seamlessv4.16.0Adam Stankiewicz2-0/+15
2020-10-24Allow to override incsearch, #603Adam Stankiewicz2-13/+18
2020-10-24Fix shortcuts in plugins, fixes #566Adam Stankiewicz1-10/+14
2020-10-24Fix disabling sensible settings, closes #602Adam Stankiewicz1-1/+1
2020-10-24Fix detecting shell filetypes, closes #603Adam Stankiewicz4-54/+56
2020-10-23Fix old nvim, closes #592Adam Stankiewicz1-2/+2
2020-10-23Count all multiplies for given indent, fixes #592Adam Stankiewicz1-2/+12
2020-10-23Respect shiftwidth if set by user or pluginAdam Stankiewicz1-2/+4
2020-10-23Set softtabstop to -1 to allow chaging shiftwidthAdam Stankiewicz1-2/+1
2020-10-23Set softtabstop to -1 to allow easy sw configuratonAdam Stankiewicz1-0/+7
2020-10-23UpdateAdam Stankiewicz3-3/+19
2020-10-23Set default tabstop to 2, but only if not changedv4.15.1Adam Stankiewicz1-0/+4
2020-10-23Prevent setting expandtab by default, closes #599Adam Stankiewicz1-6/+0
2020-10-23Set only softtabstop, not tabstop, fixes #600Adam Stankiewicz1-3/+1
2020-10-21Add missing menu file, fixes #597Adam Stankiewicz1-0/+1199
2020-10-21Fix deteting tab indents, closes #596Adam Stankiewicz1-1/+3
2020-10-19Improve autoindent heuristics (count diff of multiple lines of same indent)Adam Stankiewicz1-10/+17
2020-10-19Use conf for /etc/hosts, fixes #595Adam Stankiewicz2-1/+2
2020-10-19Count only increments in indent, also respect ftplugin settingsAdam Stankiewicz1-9/+4
2020-10-19Improve indent heuristics (count increments / decrements), fixes #592v4.15.0Adam Stankiewicz1-24/+55
2020-10-19Use spaces instead of tabsv4.14.1Adam Stankiewicz1-74/+74
2020-10-19Remove non-relevant sensible settingsAdam Stankiewicz2-42/+8
https://github.com/sheerun/vim-polyglot/commit/233a817f05ba73574539ed7395bde49d183a807a
2020-10-19Allow 6-spaces indent and do not set tabstop if changedAdam Stankiewicz1-2/+4
2020-10-19Change link to vim repositoryAdam Stankiewicz1-1/+1
2020-10-19Change ascii artAdam Stankiewicz1-9/+7
2020-10-19Add doc for polyglotAdam Stankiewicz1-0/+31
2020-10-19Remove docs so docs of installed plugins are up to dateAdam Stankiewicz37-12978/+2
2020-10-19Move comment about polyglot_disabledAdam Stankiewicz1-2/+2
2020-10-19Prevent break in readmeAdam Stankiewicz1-1/+1
2020-10-19Make readme little shorterAdam Stankiewicz1-4/+0
2020-10-19Mention I recommend using plugAdam Stankiewicz1-1/+1
2020-10-19Improve syntax highlighting of the readmeAdam Stankiewicz1-1/+1
2020-10-19Mention nocompatible in the .vimrcAdam Stankiewicz1-1/+7
2020-10-19Add docs about sensibleAdam Stankiewicz1-5/+15
2020-10-19Add vim-sensible defaults by defaultv4.14.0Adam Stankiewicz1-0/+128
2020-10-19Allow vim-polyglot to load in non-compatible modeAdam Stankiewicz6-15/+28
2020-10-19Do not set tabstop by mistakeAdam Stankiewicz1-1/+0
2020-10-18Autodetect only 2, 3, 4, or 8 space indent, fixes #592Adam Stankiewicz1-8/+15
2020-10-18Do not set nocompatible mode, fixes #593Adam Stankiewicz1-3/+0
2020-10-18Add regression testAdam Stankiewicz1-0/+4
2020-10-18Leave only filetype detect for context, closes #575Adam Stankiewicz6-539/+0
2020-10-18Leave only filetype detection for man, #576Adam Stankiewicz6-331/+40
2020-10-17Set nocompatible mode instead of checking itAdam Stankiewicz1-13/+3
2020-10-17Make sure custom scripts.vim are respected as wellAdam Stankiewicz11-89/+2376
2020-10-17Make sure polyglot_disable does not skip native vim files, fixes #591v4.13.5Adam Stankiewicz2-12/+15
2020-10-17Fix testsv4.13.4Adam Stankiewicz18-14/+1298
2020-10-17Change implementation of observing, fixes #584Adam Stankiewicz1-2/+2
2020-10-17Fix detecting indentation, closes #590Adam Stankiewicz1-3/+2
2020-10-16Handle most warningsAdam Stankiewicz1-1445/+3
2020-10-16Add extensions to the readmeAdam Stankiewicz2-135/+153