rudrab

Results 13 issues of rudrab

Hi, I use `asyncrun` to run and compile all my codes, as: ``` " AsyncRun {{{ " Quick run via nnoremap :call compile_and_run() inoremap :call compile_and_run() function! s:compile_and_run() exec 'w'...

Hi, while opening any `csv` file, I am getting error: `Invalid column pattern` ![Screenshot from 2021-09-14 07-14-22](https://user-images.githubusercontent.com/4639447/133181165-5ea08c85-865a-4646-bbd3-33378a66defa.png) I have installed the plugin using `vim-plug` and used: ``` " CSV: {{{2...

Hi, I just found finalterm from a fedora projects's post on google+. And its really nice. One thing I am trying to get is how to enable it to read...

Hi, while its working well for bibtex, it can't parse biblatex's entry (e.g. @online). Do you have any plan to add biblatex's features? This is possibly same as #105 ....

enhancement

Hi, currently I am trying to move my vimrc to vim8's, and trying to get rid of YCM. So, in my `vundle`: `Plugin 'maralla/completor.vim' ` Now, this is giving problem...

Dear janko, Thanks for this excellent plugin. I am currently using it with `vimscript` and trying to use it with `python`. May I request you to consider `fortran` support? I...

Hello, Its not probably a bug, but still I am unsure what is causing the problem. I am submitting a code using qsub from python3 as( [here](https://drive.google.com/file/d/1IuI7fcGajY7ZcHt9mpdXc53Zirm7_hIY/view?usp=sharing) is the complete...

question

Dear @nana-4, are you planning to rebase this with libadwaita? I checked it with fedora36, and as expected, this theme doesn't work with libadwaita based apps like settings, files, etc....

question

Hi, There are still some apps, e.g. pidgin, which is using gtk2. The problem is as materia-theme now uses meson build, which installs the theme in `~/.local/share`, the location is...

question
discussion
oomox

Hi, With gnome 43 (fedora 37-beta-rc), there is no ''Open with Tilix" option anymore. Any way to implement it? ``` tilix --version Versions Tilix version: 1.9.5 VTE version: 0.69 GTK...