Log
-
Disable ALE's LSP thinger 💬 by Caio 3 years ago
Now every plugin is hacking in broken lsp support... Great.
-
Upgrade Plug.vim by Caio 3 years ago
-
Highlight "TOML" front matter on markdown files 💬 by Caio 3 years ago
A bit iffy, just like the yaml version, but it works alright
-
Upgrade plug.vim by Caio 3 years ago
-
Map :ALEDetail to <leader>D 💬 by Caio 4 years ago
`rustc` and `clippy` often give good advice on diagnostics, so I've been reaching to `:ALEDetail` very often over the past few months
-
Update rust-analyzer settings 💬 by Caio 4 years ago
Settings were renamed, watching now defaults to `on`
-
Upgrade plug.vim by Caio 4 years ago
-
Upgrade plug.vim by Caio 4 years ago
-
Don't show the useless fzf preview window 💬 by Caio 4 years ago
ffs
-
More configuration change to keep my working setup working 💬 by Caio 4 years ago
... Am I being trolled? I keep getting the bleeding part, but none of the edge.
-
Hard-code path to rust-analyzer 💬 by Caio 4 years ago
FFS not only this thing disrespects my PATH, it also talks to the network every single startup... Setting the path seems to avoid it for now, but I should definitely start looking around.
-
Base `:GFilesRelative` logic around `getcwd` 💬 by Caio 4 years ago
Not the same as my original intention, but using the editor's cwd is easier to handle and works better in every project layout I have to deal with nowadays.
-
coc.nvim + rust-analyzer: Use all features by Caio 4 years ago
-
Upgrade plug.vim by Caio 4 years ago
-
Add a :GFilesRelative command 💬 by Caio 4 years ago
The original call just injecting `fnamemodify` would only work correctly when the vim instance was running from the root of the git repository. This patch creates the `:GFilesRelative` command which uses fugitive to find out the root of the repository then limits it to the current path to the file of the active buffer. In case it fails to find a git root, we simply fall back to `:Files`.
-
Remove unused :Tags and :BTags bindings by Caio 4 years ago
-
Drop windows-specific airline theme setting by Caio 4 years ago
-
Only setup the fancy highlight when on :IDE by Caio 4 years ago
-
When on :IDE, use lsp symbols as a tag-finder source by Caio 4 years ago
-
Enable rust-analyzer-based cargo watch 💬 by Caio 4 years ago
<3
-
Drop vim-expand-region plugin 💬 by Caio 4 years ago
This is really nice, but I haven't managed to fix my muscle memory...
-
Move a few config items around by Caio 4 years ago
-
No need for yank-ring mappings for insert mode by Caio 4 years ago
-
Upgrade plug by Caio 4 years ago
-
Use custom indent guides based on nesting level by Caio 4 years ago
-
Upgrade plug by Caio 4 years ago
-
Always format for rust edition 2018 💬 by Caio 4 years ago
I should probably just use the language server formatter instead
-
Update README note on RLS+coc.nvim by Caio 4 years ago
-
Only configure coc.nvim mappings when using it by Caio 4 years ago
-
Jump to definitions in a new tab by Caio 4 years ago