Maria José Solano (@mariasolanoos) 's Twitter Profile
Maria José Solano

@mariasolanoos

Sometimes I say smart stuff.

ID: 1032080404638040064

calendar_today22-08-2018 01:41:58

215 Tweet

2,2K Followers

106 Following

Maria José Solano (@mariasolanoos) 's Twitter Profile Photo

I've been reading K. N. King's "C Programming: A modern approach", and there's definitely something very satisfying about pointers (it's a love-hate relationship).

Maria José Solano (@mariasolanoos) 's Twitter Profile Photo

Joined the cool kids and I'm now using Ghostty. So far I can say that it's really worth the hype. Easy to configure, and works wonderfully on Wayland 🙌

Maria José Solano (@mariasolanoos) 's Twitter Profile Photo

There are 2 topics that immediately nerd snipe me: LSP and Neovim. So I combined them into a single talk: youtu.be/JjWNw7aOAYU?si… Thanks NeovimConf.Live for having me!

Maria José Solano (@mariasolanoos) 's Twitter Profile Photo

Nothing like ending 2024 knowing that I was able to give my 2 cents to Neovim this year. Thanks y’all for letting me mess up with your init.lua files 🙃 bsky.app/profile/neovim…

Neovim: vim out of the box (@neovim) 's Twitter Profile Photo

Enable diagnostic "virtual_lines" to see diagnostics between code lines instead of at the end. vim.diagnostic.config({virtual_lines=true}) See ":help diagnostic-toggle-virtual-lines-example" for a key mapping to toggle on/off. Thanks Maria and Hugo! github.com/neovim/neovim/…

Enable diagnostic "virtual_lines" to see diagnostics between code lines instead of at the end.

  vim.diagnostic.config({virtual_lines=true})

See ":help diagnostic-toggle-virtual-lines-example" for a key mapping to toggle on/off.

Thanks Maria and Hugo!
github.com/neovim/neovim/…
DHH (@dhh) 's Twitter Profile Photo

kitze 🚢 I'm using LLMs all day long, but I'm not letting it write my code. It's looking up APIs, it's explaining concepts, but I want to reserve the fun part of programming for myself: Actually writing code!

Maria José Solano (@mariasolanoos) 's Twitter Profile Photo

Listen to me kiddos. AI chatbots aren't oracles. Here's the secret to finding the truth: - Academic (A.K.A. something you can copy-paste to your HW) response? Use StackOverflow - Life advice? Just append " reddit" to your Google query - jk? join club penguin

Neovim: vim out of the box (@neovim) 's Twitter Profile Photo

New visual-mode textobjects for LSP-enabled buffers: - "an" (expand selection) - "in" (shrink selection) Driven by LSP "textDocument/selectionRange". Future: treesitter-driven when LSP not available. Thanks to Riley Bruins! github.com/neovim/neovim/…

Maria José Solano (@mariasolanoos) 's Twitter Profile Photo

People complaining about setting up LSPs in Neovim yet here I am copy-pasting random Reddit snippets into my MCP server configuration. 🫠

Maria José Solano (@mariasolanoos) 's Twitter Profile Photo

Basically all of my career so far has been about improving lint errors, type inference and diagnostic messages. So I’ll just call myself a professional squigglist.

Maria José Solano (@mariasolanoos) 's Twitter Profile Photo

Something that I realized last week while looking up the recipe for a michelada: In Colombia we don't call it worcestershire sauce. We simply give up and call it "salsa inglesa" (english sauce).

Maria José Solano (@mariasolanoos) 's Twitter Profile Photo

My first nvim PR was merged 2 years ago github.com/neovim/neovim/… 🥹 Thanks to y'all nvimmers for letting me have a tiny impact in your dotfiles twinkering.

Neovim: vim out of the box (@neovim) 's Twitter Profile Photo

Merged support for "LLM-based code completion" (like GitHub Copilot) via LSP "textDocument/inlineCompletion". Unlike normal completion, this displays only one (multiline) candidate as virtual text in the buffer, waiting to be applied. GSoC project! github.com/neovim/neovim/…