Poetry Collection

Poems in true chronological order by post date

« First‹ Prev │ Page 594 of 1150 │ Next ›Last »

Menu

 -> file: fediverse/3596
════════════════════════════════════════════════════───────────────────────────────
 ┌─────────────────────────────┐
 │ CW: re: computers-mentioned │
 └─────────────────────────────┘
 
 
 @user-1573 
 
 I think I fiddled a little bit with the colors because the default background
 was the same as some other color and it was making it hard to do things, and I
 also have a plugin that lets me talk to a local LLM which I sometimes ask
 syntax questions to if I'm offline and don't feel like searching through
 documentation. I think that's it tho
                                                           ┌───────────┐
 similar different══════════════════════════════════════════════════──────────────────┴───────────┘

 -> file: fediverse/3597
════════════════════════════════════════════════════───────────────────────────────
 ┌─────────────────────────────┐
 │ CW: re: computers-mentioned │
 └─────────────────────────────┘
 
 
 @user-1573 
 
 oh how could I forget! VIMFOLDS! Absolutely impossible for me to live without
 them tbh
a picture of a vimrc file.

                                                           ┌───────────┐
 similar different══════════════════════════════════════════════════──────────────────┴───────────┘

 -> file: fediverse/3598
════════════════════════════════════════════════════───────────────────────────────
 ┌─────────────────────────────┐
 │ CW: re: computers-mentioned │
 └─────────────────────────────┘
 
 
 @user-1573 
 
 hehe mine is technically 2016 and it's BARELY capable of it, so you're probably
 right. It was top of the line, but also a hand-me-down.
                                                           ┌───────────┐
 similar different══════════════════════════════════════════════════──────────────────┴───────────┘

 -> file: fediverse/3599
════════════════════════════════════════════════════───────────────────────────────
 ┌─────────────────────────────┐
 │ CW: re: computers-mentioned │
 └─────────────────────────────┘
 
 
 @user-1573 
 " Select the font for the hardcopy
 set printfont=Courier:h8
 :let &printheader = " "
 command! -range=% HardcopyPdf , hardcopy > %.ps | !ps2pdf %.ps && rm
 %.ps && echo 'Created: %.pdf'
 
 " vimfolds - use marker as fold method
 set foldmethod=marker
 set foldtext=MyFoldText()
 
 " Functions
 function! MyFoldText()
     let line = getline(v:foldstart)
     let folded_line_num = v:foldend - v:foldstart
     let line_text = substitute(line, '^"{\+', '', 'g')
     let fillcharcount = &textwidth - len(line_text) - len(folded_line_num)
     return '+'. repeat('-', 4) . line_text . repeat('.', fillcharcount) . ' ('
     . folded_line_num . ' L)'
 endfunction
 
 let g:rainbow_active = 1
 
 
 Here's the bottom part of the config - I ran out of characters and couldn't
 post the whole thing.
 
 If you don't know what vimfolds are here's a good guide:
 
 https://www.vimfromscratch.com/articles/vim-folding
 
 also:
 
 https://vim.fandom.com/wiki/Folding
                                                           ┌───────────┐
 similar different══════════════════════════════════════════════════──────────────────┴───────────┘

 -> file: fediverse/3600
════════════════════════════════════════════════════───────────────────────────────
 ┌─────────────────────────────┐
 │ CW: re: computers-mentioned │
 └─────────────────────────────┘
 
 
 @user-1573 
 
 Also HardcopyPdf is nice, it turns a file into a pdf. Does what it says on the
 tin. ^_^
 
 And it doesn't need anything more than those lines there in the config.
                                                           ┌───────────┐
 similar different══════════════════════════════════════════════════──────────────────┴───────────┘

 -> file: fediverse/3601
════════════════════════════════════════════════════───────────────────────────────
 @user-883 
 
 bookshelves up above mounted on the wall to hold small objects? cable
 management to reduce wire tangles, and... more space, to put moar monitoars.
                                                           ┌───────────┐
 similar different══════════════════════════════════════════════════──────────────────┴───────────┘

 -> file: fediverse/3602
════════════════════════════════════════════════════───────────────────────────────
 ┌─────────────────────────────┐
 │ CW: re: computers-mentioned │
 └─────────────────────────────┘
 
 
 @user-1572
 
 nope
 
 I figure if I have to rebuild them, oh well.
 
 plus this way I can give each of my computers a slightly different personality.
                                                           ┌───────────┐
 similar different══════════════════════════════════════════════════──────────────────┴───────────┘


« First‹ Prev │ Page 594 of 1150 │ Next ›Last »