Nick SHV
Nick SHV
My config: ```lua { 'amitds1997/remote-nvim.nvim', version = '*', dependencies = { 'nvim-lua/plenary.nvim', 'MunifTanjim/nui.nvim', 'nvim-telescope/telescope.nvim', }, config = function() require('remote-nvim').setup { offline_mode = { enable = true, no_github = false },...
I wonder why did all project from project history are gone? I had ~50 projects in my list and today it shows me only couple of them (latest which I...
Any plans to add `.md` filetype support?
Is there a way to make the code window follow outline bar?
I experience this twice already. All saved earlier projects are gone some reason and it starts to save everything from the scratch when I open each project separately. Any ideas...
Currently `cargo asm` shows optimized assembly with compiler-generated symbols and linker optimizations, which can be hard to understand when learning. **Example:** ```rust #[no_mangle] pub fn multiply_tuple(x: i32, y: i32, z:...
before I was using these rules: ``` yabai -m rule --add app=Neovide space=^1 yabai -m rule --add app=Firefox space=^2 # yabai -m rule --add app=Tor space=^1 yabai -m rule --add...
Environment: - OpenVPN 2.6.14 with DCO enabled - Linux kernel 6.14.0 with ovpn-dco kernel module - Production setup: 50+ OpenVPN server processes per machine - dnsproxy forwarding traffic using random...
I wonder if there any way to generate dash docset for a [linux kernel](https://github.com/Rust-for-Linux/linux)? There is no `Cargo.toml`, maybe some workaround using `rustup`?