FallenAngel97
FallenAngel97
Hi Thanks for this project I am having this constant issue with any kind of language, where if I will start typing and select the autocompletion from the popup **before**...
Hi I really wanted to have some icons in the previewer. I'm not familiar with Vim script, so I just added https://github.com/kyazdani42/nvim-web-devicons/ through lua interface on neovim. If you have...
Added the rego parser for OPA https://www.openpolicyagent.org/docs/latest/policy-language/
Hello again, I have noticed something very interesting. In my custom theme, I'm initializing programmatically categories, `'after_switch_theme'` ``` if ( ! get_cat_ID( 'Design' ) ) { $news_category_id = wp_create_category('News'); wp_create_category('AndroidDevelopment',...