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
Julio Biason
0c2c18163b
Simplified the abbreviation
4 years ago
Julio Biason
39e5cdae59
Added Skim with double-space to open it
...
Requires Skim: https://github.com/lotabout/skim
4 years ago
Julio Biason
a60ae6f01c
Added guntentags to keep ctags updated
4 years ago
Julio Biason
b24720c4a3
Cleaning up and adjusting Airline
4 years ago
Julio Biason
e67dd5e803
Enable the tabbar configuration
4 years ago
Julio Biason
27208742a8
Enabling airline
4 years ago
Julio Biason
ba582e3a5c
Abbreviations for Python
4 years ago
Julio Biason
7357bc2eec
Start abbreviations with ":"
4 years ago
Julio Biason
9d6edbcc9c
Clean up
4 years ago
Julio Biason
bc8c5c28cc
CSV configuration
4 years ago
Julio Biason
4fc9e78085
Couple more NeoVim settings
4 years ago
Julio Biason
4ceace0c2f
Per file-type configuration
4 years ago
Julio Biason
8a7dd88c79
Added ALE for liniting everything
4 years ago
Julio Biason
01373ffd99
Starting a NeoVim configuration
4 years ago