dotfiles
dotfiles copied to clipboard
My Linux configuration files
When rebasing interactively, the `rebase-merge` directory is created when the editor is opened the first time, but the `rebase-merge/{msgnum,end}` files don't exist yet, which breaks the prompt if opened in...
See, for example, https://shapeshed.com/vim-packages
This should be in the config file in the end: ```vim [remote "origin"] fetch = +refs/heads/*:refs/remots/origin/* ```
With emoji support, renderers like pandoc can be confused about what's a tag and what's an emoji; to fix, custom tag delimiters can be set, see https://github.com/vimwiki/vimwiki/issues/928
`[submodule "vim/bundle/..."]` vs. `[submodule ".vim/bundle/..."]`, `bundle` vs. `pack`...
See [this article](https://dev.to/bowmanjd/store-home-directory-config-files-dotfiles-in-git-using-bash-zsh-or-powershell-the-bare-repo-approach-35l3); check if `git clone -b ` would fix issues with pushing for the first time.
Bumps [.vim/bundle/ale](https://github.com/dense-analysis/ale) from `d19b238` to `70eeae5`. Commits 70eeae5 Implement listing all returned results for LSP textDocument/implements (#4755) See full diff in compare view Dependabot will resolve any conflicts with this...
### Config tweaks - [ ] Figure out why Dockerfile syntax highlighting is broken - [ ] Add hadolint to Dockerfiles - [ ] Get rid of error when editing...