Nick SHV
Nick SHV
Lunarvim has `reload` function which can be used instead of `require` while loading stuff. On lunarvim's config reload using this function ("reload" instead of "require") flit stops to work -...
I've updated to `0.13.3` from `0.11` Build from source I run neovide with following script: ```sh #!/bin/bash NEOVIDE_SERVICE="Neovide" APP_PATH="/Users/nshv/Repos/neovide/neovide-main/target/release/bundle/osx/Neovide.app" if pgrep -f "$NEOVIDE_SERVICE" >/dev/null then open "$APP_PATH" else export LUNARVIM_RUNTIME_DIR="${LUNARVIM_RUNTIME_DIR:-"$HOME/.local/share/lunarvim"}"...
I've updated from 0.11.2 to 0.13.3 - cursor is jumping. Is ther any way to fix? https://github.com/user-attachments/assets/7d224ecb-2411-4068-ae68-1882019dad19 config: ```lua -- g.neovide_profiver = true g.neovide_hide_mouse_when_typing = true g.neovide_refresh_rate = is_mac_mini and...
### Did you check docs and existing issues? - [X] I have read all the noice.nvim docs - [X] I have updated the plugin to the latest version before submitting...
it's missing from path: But if I open term (`:term`) - it's there: ``` root@ubuntu2404arm:~# echo $PATH /root/.cargo/bin:/root/.local/bin:/root/.cargo/bin:/root/.local/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin :/sbin:/bin:/usr/games:/usr/local/games:/snap/bin root@ubuntu2404arm:~# ```
config: ```lua sort_by = "accessed", disable_frontmatter = true, workspaces = { { name = "NSHV", path = "/Users/nshv/Library/Mobile Documents/iCloud~md~obsidian/Documents/NSHV", }, { name = "Work", path = "/Users/nshv/Library/Mobile Documents/iCloud~md~obsidian/Documents/Work", overrides =...
Hi OpenVPN DCO team, I’ve been analyzing DCO performance and came across potential bottlenecks related to the two main workqueues in the implementation: 1. Crypto Workqueue (TX/RX Encryption/Decryption) 2. Event...
### Description Here's what happens when I toggle NoNeckPain (left buffer is disabled). https://github.com/user-attachments/assets/ba950721-a26f-4a65-b863-5a0bd0850ec4 Here is my config: ```lua local M = {} function M.setup() local nnp = require("no-neck-pain") --...
Is there any way to make this plugin work with edgy? Currently, if edgy is enabled - `NoNeckPain` command does nothing. Didn't see anything related in log file tho Here...
I'm using macOS. Default nushell config dir for macOS is `/Users/nshv/Library/Application Support/nushell` I symlinked my actual config to this default dir. When I start the remote it creates `workspace//.config/nushell` How...