#neovim — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #neovim, aggregated by home.social.
-
Since I've been recenty toying around with a trial run using NeoVim, I started mucking around with personalizing my colorscheme.
After 25(ish) years, I figure that I deserved my own.
Based off a molokai-dark variant, I named it after myself: "molokev"
Will definitely need some improvements; but, "works for me"...YMMV
-
#OverUnder 080 with Eric Bower
His thoughts about #POSIX, #terminals, #multiplexers, #Neovim, and #ClubSandwiches.
And, like every week, we got a recommendation for two #books.
#bloggers #bookstodon #book #blog #fediverse #mastodon #food #blogging #writing #unix #shells #linux #opensource #tmux #ghostty
-
There is no better way to start the week than a new #neovim release 0.12.5. This is a maintenance release with mostly fixes and `:restart` improvements.
Release: github.com/neovim/neovi...
Changelog: github.com/neovim/neovi...
Release Nvim 0.12.5 · neovim/n... -
🔥Neovim tip for today
ZZ
Save and quit
Like :x :qZQ
Discard and quit
Like :q!ZR (nvim >= v0.12.5)
Restart and restore the session
Like :mksession! s.vim | restart! source s.vim -
Neovim Contributors released #Neovim version 0.12.5. https://neovim.io/
-
Following the journey of not relying on plugins and using #Neovim native APIs, today I made my own stausline. Added this nice workpace status.
-
#neovim Development News
The 0.12 version adds `vim.filetype.inspect()` that returns a copy of the internal tables used for filetype detection.
PR:
- github.com/neovim/neovi...
feat(filetype): `vim.filetype.... -
Create my personal auto completion using #Neovim LSP APIs.
No more third party plugins. yay! -
-
Roses are red
JS frameworks are a pain
https://codeberg.org/trevdev/nvim-nix/commit/d66c4246ca60c63eb56998ed99adbcf1c1933956 -
#neovim Development News
The 0.12 version adds `prompt_appendbuf()` function to append text to a prompt-buffer.
PR:
- github.com/neovim/neovi...
feat(prompt): prompt_appendbuf... -
I continue to replicate Obsidian in neovim without ever touching Obsidian, this I guess is my quick and dirty dataview:
-
Doing LeetCode in the terminal!
🧩 **leetrs** — A TUI for browsing, solving, testing & submitting LeetCode problems
💯 Supports fuzzy-search, opening directly in Neovim, running test cases & submitting for judging
🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://github.com/shadowmkj/leetrs
#rustlang #ratatui #tui #leetcode #neovim #terminal #devtools
-
finally updated from #neovim 0.11 to 0.12, just had to rework my nvim-treesitter configuration, and everything is working as I want now
still need to finish my lsp setup (and finally commit to my dotfiles repo :neofox_sweat:) and then migrate to lazy.nvim instead of packer.nvim (or even jump to nvim's internal package management)
-
#neovim Development News
The 0.12 version now allows updating only specified highlight attributes in `nvim_set_hl()` (instead of previously full override).
PR:
- github.com/neovim/neovi...
feat(api): add update to nvim_... -
#neovim Development News
The 0.12 version updates `vim.ui.select()` interface with `preview_item` option. This allows callers to set custom previews which should help plugin authors that want to provide custom pickers.
PR:
- github.com/neovim/neovi...
docs(vim.ui): document an inte... -
I'm finally taking the time to move from my old school vim setup to neovim. I'm already liking this so much more. I used the kickstart.nvim setup and its been pretty great so far.
-
Découverte Neovim : le folding natif. `zM` et tout un fichier Rust se replie — il ne reste que les signatures. `zR` et tout revient.
Naviguer dans des centaines de lignes devient enfin lisible.
Bonus : un pli fermé compte comme une seule ligne, donc `dd` sur une fonction repliée la déplace en entier.
#Neovim #Vim