Results 22 issues of kohane27

Hello there. Hope you're doing well. Thank you for creating `nvim-surround`. I migrated from [vim-sandwich](https://github.com/machakann/vim-sandwich). There's a built-in feature as shown below: https://user-images.githubusercontent.com/57322459/223746223-f183bc75-a5dc-4302-92a4-673af1dd34f7.mp4 Basically, pressing `yS` allows a user to...

enhancement

### Minimal reproducible full config Please see the video below. Thank you! ### Description `:set ft?` return `filetype=on` and causing losing syntax highlighting ### Actual behavior https://github.com/JoosepAlviste/nvim-ts-context-commentstring/assets/57322459/a63603f9-0d4b-4767-8446-9fb4b80e53f9

bug

Hello! Hope you're doing well. ## Description https://github.com/mg979/vim-visual-multi/assets/57322459/b37f6c0c-3eef-4989-a290-9c5388834c7c When there are multiple cursors, pressing `cl` breaks into new lines. Disabling `noice.nvim` fixed it; but I want `vim-visual-multi` to play nicely...

Hello there. Hope you're doing well. Thank you for creating this amazing `lazygit` wrapper! ## Description I have [plenary.nvim](https://github.com/nvim-lua/plenary.nvim) installed. If I set `let g:lazygit_floating_window_use_plenary = 1`, whenever I quit...

bug

TL;DR: 1. Videos aren't moved unless `DeletedFilesPath` is specified and `DeletedFilesPath` is in the same dir as the videos 2. I can't move videos from different directories, i.e., I can...

Hello @jackMort . Hope you're doing well. Thank you for creating `chatgpt.nvim`. ## Description I realized that the following entries from [prompts.csv](https://raw.githubusercontent.com/f/awesome-chatgpt-prompts/main/prompts.csv) are not displayed in `telescope.nvim` for selection: ```...

bug
help wanted
good first issue

Hello there. Hope you're doing well. Thank you for creating this llm plugin. This plugin of yours suits my workflow better, so thank you very much! ## Description I'm using...

enhancement

1. `git clone https://github.com/The-Compiler/cloclify.git` 2. `cd cloclify` 3. `pip install .` You should see the following output: ``` ❯ pip install . Processing /home/username/bin/cloclify Preparing metadata (setup.py) ... done ......

bug

Hello @ggandor. Hope you're doing well. Thank you for creating `flit.nvim`; it complements `leap.nvim` very nicely. ## Description ![2022-12-27-15-22-25](https://user-images.githubusercontent.com/57322459/209631101-d9bd5f73-707c-4559-b65b-ebfb7db25054.png) 1. ``` if vim.v.count == 0 and not (kwargs.unlabeled and vim.fn.mode(1):match("o"))...