Log for lua/config/lsp.lua
-
lsp: gt jumps to _type_ definition by Caio a year ago
-
lsp: no snippets, please 💬 by Caio 2 years ago
i use cmp without a snippet engine and now it started choking when completing any item if the lsp yields _any_ snippet as suggestion so far, this seems to fix it
-
use cmp helpers, set capabilities on LspStart by Caio 2 years ago
-
use vim.lsp.buf.format instead of formatting_sync by Caio 2 years ago
-
rust: rust-analyzer via rustup, remove workaround by Caio 2 years ago
-
More vim.lsp.*, less telescope by Caio 2 years ago
-
Use <buffer> when setting up lsp formatting by Caio 2 years ago
-
gopls: enable extra analyses by Caio 2 years ago
-
rust-analyzer: don't expand async_trait 💬 by Caio 2 years ago
Workaround. Without this, the hover shows the expanded code as signature instead of the cute version.
-
Custom diagnostic config everywhere, not just for LSP 💬 by Caio 2 years ago
This is the last remaining bit I think
-
Use telescope for jumping to def/impl by Caio 2 years ago
-
Diagnostics are not lsp-specific anymore 💬 by Caio 2 years ago
There is a `vim.diagnostic` framework now :tada:
-
Use all features by default 💬 by Caio 3 years ago
What I want is an easy way to switch features, even if it must mean a :LspRestart
-
Use LSP for golang by Caio 3 years ago
-
Add mappings to navigate error diagnostics by Caio 3 years ago
-
Use more of telescope.nvim 💬 by Caio 3 years ago
Motivated by "please leave my quickfix alone, lsp client", I found that telescope has this `get_cursor` that fits quite well this quick select- then-act pattern from finding references and code actions.
-
Brainfart when changing from I to N by Caio 3 years ago
-
LSP: Formatting, less noisy diagnostics, keybindings by Caio 3 years ago
-
Setup lsp-related bindings by Caio 3 years ago
-
Remove lspkind and lspsaga by Caio 3 years ago
-
Initial LSP configuration 💬 by Caio 3 years ago
Lazy with `:LspStart` but not much configured yet and ugly af