Julio Biason
7d8e022682
UltiSnips is not working correctly with NeoVim, for some reason
3 years ago
Julio Biason
d9f419fe93
I rarely use Fugitive, anyway
3 years ago
Julio Biason
273eeeb3e8
Code Dark is no more
3 years ago
Julio Biason
75eed5c24b
Updated modules
3 years ago
Julio Biason
a0cdbf7b32
Updated
3 years ago
Julio Biason
bf0bb7e1a0
Force tabs on HTML
3 years ago
Julio Biason
a4666c7692
Setting up splits
4 years ago
Julio Biason
a98b54570e
Snippet for labels
4 years ago
Julio Biason
27bc8e4a2f
Removed EditorConfig
4 years ago
Julio Biason
2b978ad2ec
Updated plugins
4 years ago
Julio Biason
fec7f84d82
More Django snippets
4 years ago
Julio Biason
d24686fe9e
Two lines around the cursor
4 years ago
Julio Biason
ad6199c539
New spelling words
4 years ago
Julio Biason
9b4922948e
Updated plugins
4 years ago
Julio Biason
9b126b0e84
Disable all gutter icons
4 years ago
Julio Biason
8ea37c4d12
Changed chars in LanguageClient
...
Some of the original characters were displayed as two characters, which
made the gutter "dance" depending on the warning (like the "i"
indicator).
4 years ago
Julio Biason
8b16b07f98
Added snippets to complete most HTML tags I use
4 years ago
Julio Biason
b285652f6d
SQL files had a weird indentantion...
4 years ago
Julio Biason
37f002ddd0
Updated snippet for def main
4 years ago
Julio Biason
1bba2c3c95
Reduce the font just a tad bit (it makes it 1 pixel shorter)
4 years ago
Julio Biason
18fc11c0d6
Gutentags is not necessary anymore, LanguageClient takes over
4 years ago
Julio Biason
f39b731b22
Force LanguageClient to use the location list
4 years ago
Julio Biason
486f920bd5
Display LSP errors on the location list (so it doesnt mess with grep/quickfix)
4 years ago
Julio Biason
06459bcaa4
Snippets for Django
4 years ago
Julio Biason
a394816cd5
Snippet for creating loggers
4 years ago
Julio Biason
815355c272
I'm used with ifmain, not defmain
4 years ago
Julio Biason
57f62c4073
Looks better for "?" to open the context menu
4 years ago
Julio Biason
405ffa3047
Snippets for Markdown
4 years ago
Julio Biason
bbba7e3ddf
Enabled Ultisnips and added a few Python ones (for reference)
4 years ago
Julio Biason
05996fcdb1
Added a few shortcuts for LanguageClient
...
<SPC>+] => Jump to definition
<SPC>+k => Show function documentation
<SPC>+r => Rename function/symbol
<SPC>+f => Fix suggestion
<SPC>+? => Show error explanation
4 years ago
Julio Biason
36eae97d26
Added the LanguageClient plugin
4 years ago
Julio Biason
a4e06fe283
Neovide configuration
4 years ago
Julio Biason
09c55bfa22
Updated plugins
4 years ago
Julio Biason
5dc678deaf
Better abbreviations
4 years ago
Julio Biason
8ec7868072
EditorConfig on vim
4 years ago
Julio Biason
25b5c55384
Also updated ale, Gutentags and Airline
4 years ago
Julio Biason
8109e01ac1
Updated Polyglot
4 years ago
Julio Biason
e9c883c2b1
Removing au-groups as I'm not actually using them
4 years ago
Julio Biason
e1305219a4
Added definitions for Rust files
4 years ago
Julio Biason
7eae6e1671
Oopsies, modules outside the `start` dir
4 years ago
Julio Biason
71a5380a9a
Polyglot is back
4 years ago
Julio Biason
bdfcad0d8b
Using another CSV plugin, that colorizes columns (and, hopefully, only that)
4 years ago
Julio Biason
931f799c1b
Enable Rainbow Brackets globally
4 years ago
Julio Biason
f4127d10a6
Removed Polyglot, added syntaxes manually
...
The reason is that csv.vim is mostly useless in large files (it seems to get
stuck trying to figure out columns or something); since Polyglot doesn't allow
disabling a single element, I just picked the plugins listed there that I use
and added them as submodules.
4 years ago
Julio Biason
d4ec8b0907
Can't mark as keyword, 'cause it fucks with
4 years ago
Julio Biason
0c805169c9
Using the same technique of starting abbreviations with ':'
...
Also, added a new Python abbreviation to create the main function.
4 years ago
Julio Biason
ad375c37d2
Fixed the maps for Alternate, Trim whitespace and added a new one to show the jump options
4 years ago
Julio Biason
02200f2e8a
Added EditorConfig to NeoVim
4 years ago
Julio Biason
3824fa345c
Jump to alternate (for Python files)
4 years ago
Julio Biason
62cfd35fef
Removed Projectionist
...
I didn't figure out how to make it work, but I think I can make something close
to it myself -- the only real feature I need is jumping between code and tests.
4 years ago