Results 71 comments of kohane27

Hello @NTBBloodbath Thank you for getting back to me. I appreciate it. I figured it out with your help! `.config/nvim/lua/plugins/doom-one.lua:` ```lua -- Add color to cursor vim.g.doom_one_cursor_coloring = false --...

One little caveat: if you're using the latest vim version, remember to change the location as follows ``` function Find-BinaryPath() { $VimBinaries = @( "${env:ProgramFiles(x86)}\Vim\vim82\vim.exe", "$env:ProgramFiles\Vim\vim82\vim.exe" ``` Otherwise the script...

update: issue moved to [farzadmf](https://github.com/farzadmf)/[tmux-tilish](https://github.com/farzadmf/tmux-tilish) docs: add a list of configurable keys in README

@jabirali glad to hear from you! @farzadmf thank you for willing to consider merging this feature! For me I'll keep an eye on this:)

> https://github.com/lucax88x/configs/blob/master/dotfiles/.config/nvim/lua/lt/lsp/servers/efm.lua @lucax88x The link doesn't work. I just checked `configs/dotfiles/.config/nvim/lua/lt/lsp/servers/` and found only `jsonls.lua`, `sumneko_lua.lua`, `tsserver.lua`, `yamlls.lua`. Could you please update it so we could check it out? Or...

Hello @k0kubun , thank you for getting back to me on such short notice; I appreciate it:) Thank you for considering implementing this feature. Honestly the only use case I...

I'm encountering the same issue as well. The solution: https://github.com/gaenserich/hostsblock/issues/97 The problem is admin right of hostsblock. When you're in `/var/lib`, run `sudo chown -R hostsblock: hostsblock /var/lib/hostsblock`. Then to...

I'm having the same error code 1336 as well. I installed `lsd` via `scoop install lsd`. Here's me trying out `lsd` in 4 shells but to no avail: ![4TerminalsSame](https://user-images.githubusercontent.com/57322459/112081950-78679200-8bbf-11eb-9ea5-38729bff0f55.png) Then...

Hello guys! I figured it out. TL;DR: it was a keybinding conflict with a tmux plugin I use called [tmux-tilish](https://github.com/jabirali/tmux-tilish). The following maybe helpful for debugging if you have similar...

I was having this exact issue and thanks to @keith-hall for linking to the awesome program [rsop](https://github.com/desbma/rsop) created by @desbma. Thank you to you two awesome people! Here's my little...