バカです
バカです
> Or would you want to recognize audio from the microphone through the command line or something like that? Is this possible ? Can we launch `songrec` from the `cli`...
I've the same issue...   or can we invert colors ? 
> A relevant issue is [here](https://github.com/vim/vim/issues/981). > It did work, however, I found the number column wired. > >  Delete `hi NonText` for removing ugly `blue` color
Firstly, run some 'Compositing Manager' from the list: https://wiki.archlinux.org/title/Xorg#Composite `compton`, `picom`, or `unagi` then set terminal settings: in my case I use `Alacritty`: `$HOME/.config/alacritty/alacritty.yml` `background_opacity: 0.90` Then in your `vimrc`...
You can find all `highlight group`s in `/usr/share/vim/runtime/syntax/python.vim` or `/usr/share/nvim/runtime/syntax/python.vim` 
I've no problem with `yaml` filetype, it's in your side.
My settings: ``` let &t_8f="\[38;2;%lu;%lu;%lum" let &t_8b="\[48;2;%lu;%lu;%lum" set termguicolors set background=dark set t_Co=256 " set background=light let g:gruvbox_contrast_dark="hard" " let g:gruvbox_contrast_light="soft" let g:gruvbox_invert_selection=0 let g:gruvbox_italic=1 let g:gruvbox_inverse=1 let g:gruvbox_underline=1 let...
But, looks cool :)
Yes, we need something to prevent accidentally deleting conflicted (same name) files.
> If there's already a way to configure this, I can't see it: > > What I want: > > ```ruby > array.map {|x| > | > } > ```...