alexzanderr

Results 27 issues of alexzanderr

hey. great plugin. i was wondering if it is possible to have preview `inside a vim buffer` as a tab vertically splitted rendering all that markdown from your file, everything...

im using neovim and its configured with lua i tried: in my init.lua ```lua require"lspconfig".bashls.setup { filetypes = {"sh", "bash", "zsh"} } ``` but it doesnt work i also tried...

in readme.md > When you press on a selected file, it will copy its relative path to the clipboard yes. its only to vim's clipboard. i want in the system...

i have this code ![image](https://user-images.githubusercontent.com/54772464/160490932-899d015b-9e00-4c77-a642-d814ad87e2f2.png) i saw that i cannot append more than once the same sink because source it doesnt have copy trait. but how do i pass a...

can i generate code coverage badge as support vector graphics format? to put in the readme file python has a code-coverage tool that generates a badge. if this doesnt exist,...

C-enhancement
C-question

i dont really know where to put these configs, so i put them in the .zshrc. sorry for being a newbie. i placed these in the .zshrc file ``` zstyle...

hey. very beautiful app, i love it. this changed my workflow. but there is no `gruvbox` theme. im calling a feature request for this so you guys can make it...

enhancement
style

hello im trying to run a simple command that returns output i've modified the `demo` example by adding a new keybiding: ```rust fn add_extra_keybindings(keybindings: &mut Keybindings) { // This doesn't...

A-API