Adam Stankiewicz
45a7512dea
Preserve loading order of plugins, fixes #608
2020-10-25 20:33:44 +01:00
Adam Stankiewicz
cbde2571d4
Respect symlinks for resolving vim-polyglot as fallback, closes #605
2020-10-25 03:19:58 +01:00
Adam Stankiewicz
20b31f5337
Fix warning in command line window, closes #604
2020-10-24 21:46:04 +02:00
Adam Stankiewicz
3c148e9ef5
Do not set checktime if already set
2020-10-24 17:46:15 +02:00
Adam Stankiewicz
739102e06d
Make editing same file in multiple vim instances seamless
2020-10-24 17:32:39 +02:00
Adam Stankiewicz
f52f6b9519
Allow to override incsearch, #603
2020-10-24 17:19:54 +02:00
Adam Stankiewicz
e3609fed6b
Fix disabling sensible settings, closes #602
2020-10-24 16:37:45 +02:00
Adam Stankiewicz
71a21a1044
Use spaces instead of tabs
2020-10-19 10:05:33 +02:00
Adam Stankiewicz
1d7f0e4a7e
Remove non-relevant sensible settings
...
233a817f05
2020-10-19 10:03:56 +02:00
Adam Stankiewicz
233a817f05
Add vim-sensible defaults by default
2020-10-19 02:26:31 +02:00
Adam Stankiewicz
518d733369
Make sure custom scripts.vim are respected as well
2020-10-17 17:40:10 +02:00
Adam Stankiewicz
0021384259
Make sure polyglot_disable does not skip native vim files, fixes #591
2020-10-17 15:56:13 +02:00
Adam Stankiewicz
f084509520
Fix vim 8 package manager, closes #574
2020-10-07 12:10:02 +02:00
Adam Stankiewicz
560024abe0
Resolve issues with loading order, closes #571
2020-10-02 00:36:09 +02:00
Adam Stankiewicz
8b272d6e52
Document how to install with vim8 packages
2020-09-30 05:38:14 +02:00
Adam Stankiewicz
a4b91124a8
Fix auto-detecting indent, closes #540
2020-09-08 16:15:45 +02:00
Adam Stankiewicz
b0124dc880
Ignore files from homedir and root for indent
...
https://github.com/tpope/vim-sleuth/pull/57
2020-09-04 19:45:47 +02:00
Adam Stankiewicz
99166bd51f
Do not set indent on by default
...
https://github.com/tpope/vim-sleuth/issues/21
2020-09-04 19:21:08 +02:00
Adam Stankiewicz
48b4f233c5
Fix detecting indentation in some CSS
...
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-04 19:02:39 +02:00
Adam Stankiewicz
556ba05cee
Ignore heredoc when detecting indent
2020-09-04 18:55:51 +02:00
Adam Stankiewicz
262960fa22
Synchronize shiftwidth with tabstop by default
2020-09-04 18:29:53 +02:00
Adam Stankiewicz
b2640b5b76
Fix detection of indentation, #537
2020-09-04 17:31:22 +02:00
Adam Stankiewicz
c30ba66d22
Let user select tabstop, by not changing it
2020-09-04 14:23:18 +02:00
Adam Stankiewicz
4df00e6574
Allow to disable autoindent with g:polyglot_disabled
2020-09-04 14:18:37 +02:00
Adam Stankiewicz
63119f09d1
Automatically detect indentation, closes #529
2020-09-01 23:38:17 +02:00