Commit graph

251 commits

Author SHA1 Message Date
3767412f67 Use DirectX rendering on Windows 2021-02-22 15:24:07 +00:00
8cbbb1f8a2 Add github.com/arthurealike/vim-J colorscheme 2021-02-09 20:38:00 +00:00
8fd753e28d Stop loading coc because node uses huge amounts of RAM 2021-02-03 12:43:53 +00:00
a382c219c2 Don't fork the gui process 2021-01-27 12:17:35 +00:00
0313c4cac3 Tweak markdown config 2020-11-30 13:12:28 +00:00
b8f411fe26 Check for nodejs/node 2020-10-30 20:29:16 +00:00
9872e15a7f Only load coc.nvim when compatible 2020-10-30 14:05:33 +00:00
585a23a946 Add shortcuts to jump to the start and end of the line 2020-10-30 13:40:17 +00:00
6ad84a2d58 Remove redundant whitespace 2020-10-30 13:39:46 +00:00
eb2488bfd1 Add coc.nvim plugin (requires nodejs) 2020-10-30 13:36:11 +00:00
cdfe8e11a3 Keep two lines visible at the top/bottom of the screen 2020-10-30 11:23:23 +00:00
300da4103a Add an additional Wq command 2020-10-30 10:58:37 +00:00
f80daa060a Use gopls for Go 2020-10-28 13:36:07 +00:00
35a4e11c1a Map :w to <F12> 2020-10-28 12:38:31 +00:00
628e676714 Sort keybindings alphabetically 2020-10-28 12:38:14 +00:00
0723edaa4d Wrap at 72 and highlight at 101 2020-06-04 10:31:44 +01:00
eb19b375da Use longer lines (120 characters) 2020-06-01 10:55:15 +01:00
9596726105 Map C-BS to delete previous word 2019-11-03 16:22:04 +00:00
d9fd1bf53e Set up YAML autocmd 2019-10-02 22:12:06 +01:00
5dc8c67a97 Make gvim wider and shorter 2019-09-21 16:03:21 +01:00
08f01ec164 Add ALE Language Server Protocol client 2019-09-16 09:51:09 +01:00
3f08f570eb Use basic system fonts 2019-09-14 19:11:16 +01:00
3c6d824e52 Use shorter names for autocmd to avoid the right-hand edge 2019-09-08 19:14:11 +01:00
47e6ae3a5a Make separators the wrap width and increase header spacing slightly 2019-09-08 19:13:01 +01:00
b238b7a47e Revert back to Iosevka Term Light 2019-09-04 22:34:47 +01:00
f6f3060448 Check for viminfo and wildmenu support 2019-08-23 23:09:07 +01:00
215317aea7 Switch to Iosevka Term Slab Light font by default 2019-08-23 22:55:43 +01:00
b85e32199d Use 8-wide tabs 2019-08-05 11:18:34 +01:00
6278c69c25 Fix autocmd for new tab settings 2019-08-05 11:10:28 +01:00
bce6d644ed Use tabs for indentation and spaces for alignment 2019-08-05 10:54:46 +01:00
c1155dfd3a Do not expand tabs 2019-08-05 10:53:01 +01:00
d79657f544 Use Liberation Mono font instead of DejaVu Sans Mono 2019-07-17 14:14:05 +01:00
aced103ceb Switch from gruvbox to PaperColor 2019-07-11 09:46:57 +01:00
5b2826d221 Use Iosevka Tem Light (instead of Regular) 2019-07-11 09:46:06 +01:00
66b9547611 Use the Iosevka Term font if it's installed 2019-07-02 09:12:29 +01:00
3979c3ae1d Add shortcut for buffer switching 2019-06-27 15:26:10 +01:00
58a37ac525 Re-order 'let' statements 2019-06-20 21:33:31 +01:00
425894153b Do not use Org indenting 2019-06-20 21:33:02 +01:00
54d8d8a29e Use DejaVu Sans Mono instead of Liberation Mono 2019-06-19 20:12:47 +01:00
b0070409c7 Use <space> as an additional <leader> 2019-06-19 18:33:39 +01:00
b4783fc9d3 No not include the current line number in the margin 2019-06-19 15:52:02 +01:00
cba0fdd097 Move the ruler to column 79 (just after textwidth) 2019-06-19 14:47:10 +01:00
e037332b04 Change textwidth to 78 2019-06-19 14:41:38 +01:00
2df5e9cfcb Add note about separate licenses 2019-06-19 12:09:51 +01:00
b36dc30067 Make spacing more consistent 2019-06-19 11:27:41 +01:00
5cb7b44f6a Use double-spacing 2019-06-19 09:58:01 +01:00
601431e733 Re-arrange terminal detection and color settings 2019-06-19 09:51:00 +01:00
7809d62c35 Re-arrange key mappings 2019-06-19 09:50:22 +01:00
2b2ad3c01b Use nnoremap insead of nmap 2019-06-19 09:49:58 +01:00
4e19ccdf92 Insert a timestamp with <F10> 2019-06-19 09:01:01 +01:00
863483d1ae Stop mapping Alt-{hjkl} for windows
Does not work; use C-w {hjkl} instead.
2019-06-17 19:52:04 +01:00
8ac59d2ad4 Combine two changes to guioptions 2019-06-17 19:40:51 +01:00
8d3925f2c9 Avoid specifying a Gtk version 2019-06-17 19:40:26 +01:00
dc9f37be7f Update URL 2019-06-17 19:32:39 +01:00
5ea3a83016 Set nocompatible at the very start of the file 2019-06-17 19:30:50 +01:00
988c044872 Do not automatically wrap lines 2019-06-17 19:30:14 +01:00
89b546b07d Stop setting shiftwidth for org-mode
It gets overridden by the plugin anyway.
2019-06-17 11:09:19 +01:00
b724a2ee36 Combine autocmd lines 2019-06-17 11:02:31 +01:00
1798ee4343 Set shiftwidth=2 for org-mode files 2019-06-17 11:02:13 +01:00
861186b1c9 Disable modelines (they are generally insecure) 2019-06-17 09:38:01 +01:00
4ce6758cb3 Set textwidth to 72 in org-mode 2019-06-14 10:00:53 +01:00
7abfad3c8e Set default line length to 72 columns 2019-06-14 09:47:52 +01:00
15df158a9c Toggle Limelight when toggling Goyo 2019-06-10 20:41:14 +01:00
5d02021b9d Add two useful keyboard shortcuts 2019-06-10 20:28:03 +01:00
a74b867d4e Stop using Fira Code 2019-06-09 22:08:53 +01:00
405e83e4a4 Use two spaces after full stop when joining 2019-06-07 22:49:28 +01:00
7e7784c326 Do not show line-end characters, and set numberwidth=8 2019-06-07 20:00:43 +01:00
29466aaf2c Revert "Make font larger"
This reverts commit 4b9c4f2629.
2019-06-03 20:40:58 +01:00
d005a026b0 Switch to gruvbox theme 2019-06-03 20:30:56 +01:00
4b9c4f2629 Make font larger 2019-06-03 20:04:54 +01:00
ecffa01938 Use the minimalist theme 2019-06-03 19:53:47 +01:00
422fbbe51b Clean up display a bit 2019-06-03 19:51:27 +01:00
9d100c6c13 Push the lines all the way to column 72 2019-06-03 15:36:02 +01:00
76d2f4dc01 Make the font larger and more readable 2019-05-23 15:59:23 +01:00
6e5577dd0c Always load the menu bar 2018-07-12 10:01:14 +01:00
eaa54e3caf Add OPML formatting 2018-06-28 10:25:51 +01:00
ffa886208b Disable vim-go warning 2018-05-14 09:45:56 +01:00
feaf0b0ff7 Do not use sw=2 for Markdown files 2018-04-23 11:29:56 +01:00
20e8560e1d Use 8 spaces in Markdown and highlight two end columns 2018-04-19 10:13:18 +01:00
b59a0baa53 Load the modelines from files 2018-01-23 11:49:45 +00:00
7ddeff0400 Improve terminal colour handling 2018-01-15 09:17:49 +00:00
d1a95a0107 Stop automatically wrapping lines 2017-12-07 14:35:37 +00:00
a8073599ae Use Liberation Mono instead of Source Code Pro 2017-12-07 11:00:05 +00:00
4fa7bb9f5c Use 8-space-width tabs for go files 2017-11-22 13:57:01 +00:00
baed3af869 Keep tabs for go files 2017-11-22 12:56:40 +00:00
8181d4b4f6 Use two-space indent for YAML files 2017-08-05 21:04:17 +00:00
8d7fb11102 Merge branch 'master' of https://github.com/acperkins/vimfiles 2017-06-20 13:23:56 +01:00
574337470e Use smaller default font for Source Code Pro 2017-06-20 13:23:47 +01:00
139800ba46 Set shiftwidth=2 for HTML files 2017-06-01 08:20:56 +01:00
18bc53b465 Use two-space indent for Markdown 2017-05-04 11:48:54 +01:00
c89daea2cf Use Source Code Pro font and config for Gtk+3 2017-05-04 11:28:18 +01:00
a8448908af Use 16-bit colours at 'linux' and 'Eterm' consoles 2017-05-03 10:08:52 +01:00
cf4b87b81b Move terminal colour settings under 'eval' 2017-05-03 09:41:48 +01:00
4be6f4dc0c Use two-space indent for XML files 2017-05-03 09:35:09 +01:00
64bacc12b0 Check for +printer and configure the header 2017-04-27 11:11:13 +01:00
b2a3543d93 Use font fallback for Windows 2017-04-26 08:47:56 +01:00
9e1abb1eaa Remove CtrlP and NeoComplete from vimrc 2017-04-12 15:58:39 +01:00
d3755f54ed Remove Airline theme option 2017-04-10 16:04:30 +01:00
982c33e21c Append to listchars instead of overwriting it 2017-04-10 14:39:49 +01:00
d44123115c Use listchars (without space) for all builds 2017-04-10 14:40:43 +01:00
07ca35c8fc Fit the separators onto one line in the console 2017-04-10 14:37:24 +01:00
bd93c75854 Add comment sections 2017-04-10 14:04:34 +01:00
e16ef6da19 Detect features before using them 2017-04-10 13:50:30 +01:00
d56ade40b5 Remove stray blank line 2017-04-10 13:18:38 +01:00
372153819d Re-organise the config file 2017-04-10 13:14:39 +01:00
17fc7abc5e Make vimrc work on default Ubuntu vi 2017-04-10 12:33:26 +01:00
9e5999652c Add vim-airline-themes repository 2017-04-10 12:03:07 +01:00
3d9664781b Stop using viminfo 2017-04-07 13:55:48 +01:00
44d5bfcb75 Use the system clipboard as the default 2017-04-07 08:36:05 +01:00
0282a77685 Include ctrlp.vim (mapped to Ctrl-P) 2017-04-07 08:35:41 +01:00
5fff31eec9 Include neocomplete (requires lua) 2017-04-06 15:34:32 +01:00
8bbb132415 Merge parts from sensible.vim into vimrc
Merge parts of Tim Pope's "sensible.vim"
<https://github.com/tpope/vim-sensible>.
2017-04-06 09:03:26 +01:00
c02676cfbb Move Pathogen from start to opt 2017-04-05 14:52:57 +01:00
72006e9c21 Stop using submodules and use native Vim8 plugin system 2017-04-05 14:50:44 +01:00
e02f97af16 Standardise spacing around = signs 2017-03-13 10:20:30 +00:00
ac77aa3b61 Disable folding 2017-03-13 10:19:02 +00:00
ca9de01eb6 Removed all autocmd (very slow on Windows) 2017-02-22 15:52:20 +00:00
7daff1a13b Force UTF-8 mode for rst2html 2017-02-22 11:35:34 +00:00
b5e5a74cde Only use listchars space if the Vim version supports it 2017-02-22 09:51:33 +00:00
d4ebab24c4 Add listchars 2017-02-03 16:22:26 +00:00
19a3611a4e Update git vim repo 2017-01-25 15:37:36 +00:00
e705339fee Add options to make use of netrw 2016-07-13 10:05:56 +01:00
3a754955ca Add alias for W, Q, and WQ 2016-05-11 08:50:10 +01:00
30d385b92e Use markdown for all *.md files 2016-04-13 12:47:55 +01:00
3cb18c9552 Use Monoid font 2016-02-09 11:22:30 +00:00
3dd1790bd9 Add scrollbar back 2015-12-10 13:44:28 +00:00
2653d7ebee Stop folding files 2015-11-20 10:27:46 +00:00
3c8ba08bfe Ignore arrow keys 2015-11-20 10:27:25 +00:00
dcbadf8183 Merge branch 'master' of https://github.com/acperkins/vim 2015-11-16 18:28:30 +00:00
6d821688e6 Hide menus and toolbars 2015-11-16 18:23:43 +00:00
421d79a45d Correct commit c496deccd3 2015-11-04 10:48:14 +00:00
c496deccd3 Highlight the column *after* the last 2015-11-04 10:42:47 +00:00
15a6ff7e62 Prevent error if foldmethod doesn't work 2015-11-03 09:35:22 +00:00
ab0a6cff55 Use default list characters 2015-10-27 09:26:32 +00:00
b47295518f Fold blocks by syntax 2015-10-23 12:29:26 +01:00
a2de26edde Keep .swp files in temporary directories 2015-10-23 10:25:29 +01:00
5595b87549 Fix disabling spell checking 2015-10-22 13:10:06 +00:00
bdc071a105 Disable spell checking 2015-10-22 14:08:10 +01:00
f2f8645868 Order keyboard maps alphabetically 2015-10-22 10:20:01 +01:00
cd6b2eb59b Add keyboard shortcuts to switch windows 2015-10-22 10:15:02 +01:00
a9278872af Add and enable jellybeans colour scheme 2015-10-22 09:50:07 +01:00
b4f917770c Add a few more useful options 2015-10-19 12:52:42 +01:00
7ca4cb4c9d Set textwidth to 72 to make 'gq' neater 2015-10-16 08:53:04 +01:00
78ae91d076 Handle minimal Ubuntu Vim 2015-10-14 22:45:59 +01:00
11730498c8 Set spell check language to en_gb 2015-10-13 15:31:22 +00:00
08f7c96d1f Use desert colorscheme at the console 2015-10-13 14:54:35 +00:00
6366532789 Make vimrc smarter if bundles are missing 2015-10-13 15:44:10 +01:00
453d6460be Set background as dark by default 2015-10-13 15:30:10 +01:00
9f3cc20b7c Enable OmniComplete 2015-10-13 12:08:28 +01:00
e39203d0e8 Enable XML automatic indenting 2015-10-13 11:33:23 +01:00