105
Simple Plasma Gruvbox theme with Tunic wallpaper [KDE Plasma]
(sh.itjust.works)
Submit screenshots of all your *NIX desktops, themes, and nifty configurations, or submit anything else that will make themers happy. Maybe a server running on an Amiga, or a Thinkpad signed by Bjarne Stroustrup? Show the world how pretty your computer can be!
What plugin is this that you're using on VIM?
The plugin that brings the "starter" / "welcome" screen when
nvimis called without a file ismini.starter, a lua module of theminiplugin. My primary use case for neovim is closer to a feature complete text editor rather than a full fledged IDE, although there definitely is some overlap in my setup.My set of plugins are roughly as follows
vim-plug, I will likely replace this one withpackerat some pointgoyo.vimandlimelight.vimfor distraction free viewing and editingnnn.nvimto integrate thennnfile manager into neovimmini.nvimaccording to the Github, "Library of 35+ independent Lua modules improving overall Neovim (version 0.7 and higher) experience with minimal effort. They all share same configuration approaches and general design principles."mini.surroundfeature rich surround actionsmini.statuslinea very simple no-frills statuslinemini.starteraformentioned start screenmini.pairsinserts the paired character, e.g typing(will automatically place)behind the cursorsmini.movemove selectionsmini.maphas a little map of the file similar to VScode among many other IDEs & text editorsbarbar.nvimTabbar pluginnvim-treesitterfor syntax highlightingAnd the remaining things in my
init.luafile are just keybindings, setting up the plugins, and disabling the swapfile etc. when editing my password secrets ingopassamong other 'secret' files