sarmong
sarmong
#### Operating system and version: Ubuntu 20.04 #### `nvm debug` output (from inside the neovim terminal): ```sh nvm --version: v0.37.2 $SHELL: /bin/bash $SHLVL: 2 whoami: 'michael' ${HOME}: /home/michael ${NVM_DIR}: '${HOME}/.config/nvm'...
I always lose track of the buffer I am at because buffers get shifted all the time. It is easier to show than explain. Here's what it looks like in...
Most of the time, when you rename a file, you don't want to change the extension, you just want to change the name of a file. Therefore, it will be...
### Description I have the following line ```lua filters = { dotfiles = true, exclude = { ".config", ".local" }, }, ``` And now gitignore files are always shown, and...
I want to change a layout of elements in my config, so I did the following: ```lua local alpha = require("alpha") local startify_config = require("alpha.themes.startify") local config = { layout...
I am using `clipmenu-git` package from AUR, and `clipctl status` command always shows `enabled`, even when clipmenu is disabled
I successfully log in, then run `instalooter post ` I get the following message ` instalooter.cli[5650] NOTICE Starting download of ` And then the execution stops and I'm back to...
I have a collection `groups`, inside which there is an array `students` with each item being a reference to a document in another collection - `students`. I am doing this...
## 🐛 Bug Report When using currying, `produce` doesn't return the original type ## Link to repro https://codesandbox.io/s/immer-sandbox-forked-342jd?file=/src/index.ts ## To Reproduce Use `produce` function without data and check the return...
### Is your feature related to a problem? Please describe. I am trying to make a nerd-fonts package. The install script there installs it in the user data location, but...