Results 13 issues of Piotr Rogoża

Is it possible to post a link to the vim documentation? For example: ```vimwiki == Content == Lorem Ipsum See also |vimwiki|. ``` There are: plain link to other vimwikis,...

enhancement
default syntax
link
syntax

What is the best way to group plugins for same filetype? I wanted to use this: ``` if index(['pm','perl','xs'], &filetype) > -1 Plug 'vim-perl/vim-perl' Plug 'vim-scripts/perl-support.vim' endif ``` But it...

Hi Is it possible to configure open-browser.vim plugin to open the URL for [vim-plug](https://github.com/junegunn/vim-plug) Plug keyword? For example gx on line with: ``` Plug 'tyru/open-browser.vim' ``` opens https://github.com/tyru/open-browser.vim URL. How...

I'm running docker-openldap on Azure k8s. I have own certificates: company CA and server certificate. My manifest: ``` containers: - name: openldap image: osixia/openldap:latest args: - "--copy-service" ports: - containerPort:...

I have an issue: ``` echo '{"scripts":{"build:apps":"build_apps.sh"}}' | json { "scripts": { "build:apps": "build_apps.sh" } } ``` Now, I want modify this value: ``` echo '{"scripts":{"build:apps":"build_apps.sh"}}' | json -e 'this.build:apps="foo"'...

I had a repository installed by basher that currently does not exist. **basher outdated** did not list my other repository also installed by basher. Finally I found that `git remote...

### All submissions * [x] I have followed the [Contributing Guidelines](https://github.com/lra/mackup/blob/master/.github/CONTRIBUTING.md) * [x] I have checked to ensure there aren't other open [Pull Requests](https://github.com/lra/mackup/pulls) for the same update/change ### Adding/updating...

Can you add an option **--copy-only** which copies only files to mackup folder? Similar to **--dry-run** but doing a little more. Sometime I want just copy/backup files, nothing more.

**Is your feature request related to a problem? Please describe.** In my work, the traffic is decrypted, so: ``` Request error: `https://cheat.sh/vim: Connection Failed: tls connection init failed: invalid peer...

help wanted
good first issue

Hi There is missing go.mod. My steps to build: ``` go mod init github.com/kofemann/nfstop ... go get -u github.com/gizak/termui/v3 ``` ``` git diff diff --git a/main.go b/main.go index 5423384..2b1d621 100644...