SUPERustam
96bb75d663
🚑 Fix cpp and c files run
2021-08-10 14:50:31 +03:00
pjackson3
d93dda4770
Fixed inclusion of jshint ( #646 )
2021-08-04 15:57:36 +02:00
Amir
ab92a1d4f5
Revert back to peaksea
...
Not ready to change yet 😅
2021-08-04 15:51:30 +02:00
Amir
97fed613a7
Added the Dracula colors scheme and use it as the default
2021-07-30 22:53:30 +02:00
Pratyay Pande
a8f0b6f678
Run code directly from vim ( #594 )
2021-07-04 23:07:53 +02:00
luc
da40fe1222
feat: include editorconfig-vim plugin
...
Signed-off-by: luc <onion0709@gmail.com>
2021-06-06 15:59:09 +08:00
Amir
9999d72176
Merge branch 'master' of github.com:amix/vimrc
2021-05-31 22:29:52 +02:00
Amir
2dccccb584
Updated normal maps for JavaScript, TypeScript
...
Now, TypeScript uses the JavaScript maps. Also, changed the maps for
following (to make it more standard):
* `<Ctrl+T>` => `console.log()`
* `<Ctrl+A>` => `alert()`
2021-05-31 22:28:44 +02:00
Federico
ec9bf13857
[snipMate] set to default version 1 ( #621 )
2021-05-31 22:26:57 +02:00
Amir
8e54cbc92e
Use MRU.vim plugin for accessing most recently used files
2021-05-05 10:24:20 +02:00
UtkarshChemE
e351960bbb
Replaced a Visual remap to a more useful one ( #581 )
2020-07-10 23:28:47 -04:00
Amir
708e4f0d48
Replace mru.vim with CtrlPMRU
...
Removes mru.vim and remaps `<leader>f` to `CtrlPMRU`
Fixes https://github.com/amix/vimrc/issues/556
Thanks @dessalines
2020-05-10 11:04:55 -04:00
Niklas Tanskanen
d6b7961e24
change to new fugitive syntax ( #567 )
...
Co-authored-by: tanskann <tanskann@users.noreply.github.com>
2020-04-15 22:39:13 -04:00
amix
e4b4276499
Disable folding for Markdown
...
It's not super useful.
Ref: https://github.com/amix/vimrc/issues/445
2019-11-30 18:47:48 +01:00
Ma Chao
c37e4c84b0
feat(:W):avoid warning such as the buffer was changed ( #547 )
2019-11-30 12:57:52 +01:00
amix
9234352b8c
Improved the mappings documentation
...
Especially for plugins.
Fixes https://github.com/amix/vimrc/issues/493
2019-11-30 12:54:13 +01:00
Amir Salihefendic
3b7a7ded31
Fixed: https://github.com/amix/vimrc/issues/518
2019-11-16 20:49:59 +01:00
Amir Salihefendic
966965a156
Fixed https://github.com/amix/vimrc/issues/546
...
This is done by removing custom FileType indent options, and using
`vim-python-pep8-indent` plugin.
2019-11-16 20:16:20 +01:00
William17
e1a383d271
fix(basic.vim): change command W
to command! W
( #412 )
...
`source $MYVIMRC` will fail since command `W` exists.
Add `!` so the command would be redefined
2019-11-16 17:13:30 +01:00
Rahuλ Dé
ce77db52b0
Fix autoreload file from external change. ( #451 )
...
- Adds au FocusGained,BufEnter * checktime to actually trigger the
reload.
- set autoread on its own isnt enough.
2019-11-16 17:08:22 +01:00
Luigi Perotti
b2c3dd0df4
Fixes typo ( #507 )
2019-11-16 17:00:14 +01:00
Geezus42
8f7be9becd
removed dupe Lightline setting ( #509 )
...
The Lightline colorscheme setting was being set twice.
2019-11-16 16:59:55 +01:00
demokn
e620d9d46b
Fix guifont config format in gtk2 & linux, see also https://github.com/amix/vimrc/issues/436 ( #511 )
2019-11-16 16:57:25 +01:00
1una
538ee9c6e7
fixed a spelling mistake in basic.vim ( #523 )
...
replaced `et.c` with `etc.` in line 166.
2019-11-16 16:30:52 +01:00
aquiire
d551d7b20d
remove additional height ( #540 )
...
why? May be there's a reason anyway in case you missed it.
2019-11-16 16:29:12 +01:00
Amir Salihefendic
6711ae6453
Make sure that enter is never overriden in the quickfix window
2019-08-22 17:34:32 +02:00
Amir Salihefendic
46f1a1bd52
Updated the config of vim-multiple-cursors
2018-07-19 14:56:27 +02:00
Amir Salihefendic
7288aee801
Configure Ale
2018-06-14 12:31:05 +02:00
Amir Salihefendic
66ece5a119
Fixed https://github.com/amix/vimrc/issues/334
2018-03-31 12:04:41 -03:00
Amir Salihefendic
66472a20db
Merge branch 'master' of github.com:amix/vimrc
2018-03-31 11:56:43 -03:00
Amir Salihefendic
02572caa95
Updated plugins
2018-03-31 11:56:26 -03:00
Amir Salihefendic
37297ddae6
Fixed https://github.com/amix/vimrc/issues/370
2018-03-31 11:52:11 -03:00
Amir Salihefendic
5ecf2c0bc8
Merge pull request #351 from Limero/master
...
Fixed typo
2018-03-10 22:55:40 -03:00
Amir Salihefendic
8aa4bba46f
Merge pull request #363 from alphaCTzo7G/patch-1
...
Removed let g:mapleader in line 59
2018-03-10 22:54:54 -03:00
Amir Salihefendic
3753456a09
Ensure we have a leading space in key comments
...
It's related to bindings in JavaScript and Python.
2018-02-07 15:22:29 +01:00
Amir Salihefendic
2514de5b22
Readded config for the yankstack
2018-02-04 10:07:27 +01:00
amix
2ca843a22a
Use YankRing instead of yankstack
2017-11-26 12:26:54 +01:00
amix
e9aac9794b
Updated plugins, also experimenting with a new font
...
The font is IBM Plex Mono: https://ibm.github.io/type/
2017-11-24 14:54:40 +01:00
alphaCTzo7G
04fe96f558
Removed let g:mapleader in line 59
...
Since we are already defining mapleader to ",", there is no need to define g:leader as well.
So I removed g:mapleader from the vimrc, to make it simpler.
2017-11-13 12:01:33 -08:00
David Pedersen
207db96239
Fixed typo
2017-10-06 14:44:18 +02:00
amix
3be3af28e5
Fixed a conflict between yankstack and surround
...
It's related to re-mapping of the vmap
2017-08-16 11:16:53 +02:00
amix
866fbde30a
Fixed https://github.com/amix/vimrc/issues/321
2017-07-16 14:42:14 +02:00
Amir Salihefendic
cefadf98bf
Merge pull request #317 from Nhacsam/add-custom-plugins-folder
...
Allow to install custom plugins
2017-07-16 14:29:29 +02:00
amix
391f8b5c06
Updated vim plugins
2017-07-06 14:57:35 +02:00
Nicolas Djambazian
0a8ca3c28b
Allow to install custom plugins
2017-05-20 11:33:48 +02:00
amix
c4fbfe8aa8
Fixed https://github.com/amix/vimrc/issues/246
2017-04-01 14:29:02 +02:00
amix
04ce579f61
Fixed https://github.com/amix/vimrc/issues/263
2017-04-01 14:12:35 +02:00
Martin Lavoie
1886475fd2
Make plugins_config use relative path
2017-03-27 15:27:30 -04:00
Amir Salihefendic
d8e7c5faf9
Merge pull request #253 from julenpardo/ft-htmlsyntax_twig
...
Set HTML syntax for Twig files
2017-03-14 16:17:01 +01:00
Amir Salihefendic
23f0a1e90e
Merge pull request #250 from chuanjin/master
...
Update extended.vim
2017-03-14 16:16:47 +01:00