Advertisement · 728 × 90
#
Hashtag
#lazyvim
Advertisement · 728 × 90
Original post on f.cz

It took me a while of reading the #LazyVim config to realize it abuses the "opts" key of nvim-lspconfig plugin definition to store lsp configuration data unrelated to the plugin itself, and then its "config" function to act on the data.

It feels unholy, but the creator is also author of lazy […]

0 0 0 0
Original post on f.cz

pleeease, #help me with LSP in #neovim :nkoHide:

I have mason, lspconfig and mason-lspconfig installed, so LSP servers downloaded from Mason should be automatically enabled and somewhat sensibly configured.

But now I'm supposed to manually enable different LSP features and set up keybinds […]

0 0 0 0
Video

Zettelkasten the Right Way with Neovim
Turn Neovim into Obsidian: See backlinks, create notes from unresolved links, and rename headings safely. Markdown-oxide setup shown with LazyVim, boosts Zettelkasten workflow! #Zettelkasten #Neovim #Obsidian #Markdown #LazyVim

Full video
youtu.be/-OGKUw1F358

2 0 0 0

i decided to finally build my own #neovim config. i've been using #lazyvim until now, so i thought copying it's plugin configs, options and autocommands would be easy :nkoHide:

it's much more complicated then i thought...

0 0 1 0

Has anyone managed to get #NeoVim with #DAP and #gdb working with #Pascal?

I'm using #LazyVim, so a lot of DAP is preconfigured using an Extra (dap.core). Unsurprisingly, Pascal is not one of the languages supported by default.

#ObjectPascal #FreePascal #debugger

0 0 0 0
Post image Post image

"Kanagawa" color scheme looks sick!

The first pic is a cappuccino
The second one is Kanagawa

#Kanagawa #Neovim #LazyVim #Catppuchino

0 0 0 0
Preview
Ditching Postman: HTTP Files and Kulala.nvim for API Testing How I moved from centralized API clients to colocated HTTP files with Kulala.nvim, and why this workflow fits microservice development better than Postman ever did.

Ditched Postman for .http files in Neovim. No more losing scripts when OpenAPI specs update, everything version controlled, and testing happens right where I write code.

tskulbru.dev/posts/http-f...

#neovim #api #devtools #lazyvim

2 0 1 0

Does anyone have an example of how to configure lspconfig for #zig in #neovim with #lazyvim? In zigtools they only have an example for a different plugin manager, and I don't think I'm doing it right.

0 0 0 0
Post image

⚡ LazyVim isn’t just a Vim config — it’s a productivity mindset.
You start slow, break things, tweak endlessly…
Then one day, it clicks.
You’re flying through code without touching your mouse. #LazyVim #Vim

0 0 0 0
Post image

🧠 At first, LazyVim feels like chaos.
New keymaps, new UI, new workflow.
But once your fingers adapt, your mouse starts collecting dust 🖱️💀
#LazyVim #Productivity

1 0 0 0
Post image

🔥 Why I switched to LazyVim:

Built-in LSP & Treesitter

Beautiful UI

Zero setup

Lazy-loaded performance
Feels like VS Code speed with Vim soul. #LazyVim
#DevTools

2 0 0 0

Using @neovim.io is actually really smooth, I've only ever used @visualstudio.com and @vscode.dev before for all of my #development but recently I've been getting more into #neovim, #lazyvim to be more specific to get a feel for it before i jump in further.

1 0 0 1
Original post on c.im

For the past few weeks, I've been playing around with the #omarchy #arch #linux operating system, and I appreciate its clean design and ease of use from minute one.

⚠️ When I downloaded the .iso, I had no opinions about its controversial author, David Heinemeier Hansson, so I genuinely tried […]

0 0 0 0
Neovim Reference extension screenshot

Neovim Reference extension screenshot

Сделал небольшое расширение для Raycast – справочник по командам NeoVim (LazyVim). Может быть полезно тем, кто как я постоянно забывает нужные команды 😃

github.com/hazadus/rayc...

#raycast #neovim #lazyvim #programming

0 0 0 0
Video

It only really feels like Saturday when I have time to mess around with my Neovim config. Always felt like neo-tree was anti-pattern for vim, but oil really solves that problem, and actually improves my workflow! Sold! #vim #neovim #lazyvim #plugins

1 0 0 0

Hey #neovim #lazyvim and #vscode friends - what are you using for multicursor editing?
Nothing I found in the *vim world comes close to @vscode.dev's native "press ⌘D to select next occurence and place additional cursor", then start typing.
Help?!
(ctx: I use lazy-/neovim in VSCode)

3 0 3 0
Preview
Organizing old dot files with AI Like basically anyone who has used a computer in the last 3 years, I’ve also been using LLMs for different tasks like searching and answering questions about code.

New on 'Stuff': Organizing old dot files with AI \n
stuff.graves.cl/posts/2025-08-14_20_10-o...

#personal
#cs
#zsh
#wezterm
#terminal
#llm
#tmux
#vim
#lazyvim
##claude
#dotfiles

0 0 0 0
LazyVim for Ambitious Developers A comprehensive tutorial on the LazyVim distribution for Neovim, ideal for developers who want to reach the next level of productivity.

#LazyVim makes it so much easier. You can build a custom config, which I've done. But I burnt it down and built it back up with LazyVim. I'd look to these:

* lazyvim-ambitious-devs.phillips.codes (via LazyVim's docs).
* R.nvim for #rstats: github.com/R-nvim/R.nvim. Some quirks, but awesome.

2 0 0 0

Yes, @kgilds.bsky.social! #LazyVim in particular. Being a huge modal programming nerd, I like it. The learning curve and config were rough, but worth it.

I do jump back to RStudio from time to time, though. There’s just still some features I still love.

0 0 1 0
Diagnostic - Neovim docs Neovim user documentation

Today I learned about `vim.diagnostic.enable(false)` while using #neovim and #LazyVim: neovim.io/doc/user/dia.... Sometimes the diagnostic comments get in the way and can be a little chatty. Adding the above to my config helped.

Wanna turn them back on? Just run `lua vim.diagnostic.enable(true)`

1 0 1 0

…myself looking at tools like #LazyVim and #Hyprland and it feels like the end game for how I feel computing (on a keyboard-linked device like laptop or desktop) should be.

I’m going to dabble slowly, for fear of falling too far down that rabbit hole too fast but from what I’ve seen so far…

0 0 1 0
Preview
GitHub - mason-org/mason.nvim: Portable package manager for Neovim that runs everywhere Neovim runs. Easily install and manage LSP servers, DAP servers, linters, and formatters. Portable package manager for Neovim that runs everywhere Neovim runs. Easily install and manage LSP servers, DAP servers, linters, and formatters. - mason-org/mason.nvim

Not sure, @matloff.bsky.social. I'll explore this a little though and give it a try.

I would assume it has something to do with how you manage your LSP config for the IDE. Me, I use #LazyVim and mason.nvim: github.com/mason-org/ma....

I'm wading in waters above my head, though.

0 0 0 0

How are you vimmers handling workflows ?
Are you working with different agents ?
Do you use a buffer manager to optimize context ?

#Neovim #vim #lazyvim #copilot-chat #tiktoken #llm

0 0 0 0

I didn't give up on nvim yet, but I did switch gears into LazyVim. Now instead of spending tons of hours researching and setting up plugins I have to spend (hopefully fewer) hours figuring out what plugins LazyVim ships with and how to use them. #lazyvim #nvim

0 0 1 0
역보 (@yeokbo@uri.life) 열람 주의: 길어서 가림. DeepSeek가 짜준 goyo.lua + 몇 가지 설정 자동 실행

neovim(프로그램), lazyvim(플러그인), lua(프로그램 언어) 문외한인데 DeepSeek에게 플러그인 코드 짜달라고 하니까 몇 번 수정 끝에(처음 한두 번은 에러가 뜸) 결국에는 만들어 냄. 물론 goyo.vim 자체는 기존에 있던 플러그인이고, neovim 매뉴얼에도 lua로 플러그인 설정하려면 어떻게 하라고 써있긴 한데. 전혀 이해를 못하는 사람도 이 벽을 넘게 만들어버리는구나...

uri.life/@yeokbo/1140...

#AI #deepseek #neovim #lazyvim #lua #인공지능

1 1 1 0
A screenshot of LazyVim as my IDE and the emulator for the app that Im developing

A screenshot of LazyVim as my IDE and the emulator for the app that Im developing

Back to building my budget tracker app! 💸 Working on transaction updates while also getting the hang of LazyVim—practicing my workflow while coding personal projects.

#ReactNative #LazyVim #BuildingInPublic #FullStackDev

0 0 0 0
Ghostty Terminal running tmux with nvim and lazygit.

Ghostty Terminal running tmux with nvim and lazygit.

They say programmers will spend hours automating a 5-minute task instead of just doing it, but will spend days customizing an IDE just to make it look nice. It’s been 4 days, a @typecraft.dev playlist and 24 #lazyvim plugins to go. From #xcode to #vscode to #nvim, what a journey.

0 0 0 0