zorgick

Results 13 comments of zorgick

@cideM could you please explain, what this commands does? It works! However, it bothers me, that I was trying to solve the same problem via `fd` options, but couldn't find...

@faraazahmad unfortunately this theme cannot be used in lua config, because 'rtp' option in packer will make it look for onehalf/vim/?.lua or onehalf/vim/init.lua. This is just how lua language works....

@faraazahmad you can check the alternative though, please write back, if you have any success with it https://github.com/CodeGradox/onehalf-lush

@faraazahmad I tried the suggested to you theme, I can 100% say that it is robust. I compared it to a popular [dracula](https://github.com/Mofiqul/dracula.nvim) theme, that some developers of treesitter use....

Ok, I will try to push it this evening

@K-NRS Maybe you have something else in your config that disturbs language highlighting for typescript. Check, if you have this command `set regexpengine = 1`, and better delete it for...

@K-NRS the point is in the separation of concerns. Vim-js is a wonderful plugin that can't treat your js file any better. Yats is a reliable plugin that will do...

@yuezk it's vim-lsp. I switched to it after coc, and it's really fast and easy to set up

Hi! Unfortunately I cannot test your problem in ie 11, but what you can do is change configuration of your project. Firstly, delete this file .browserlistrc. Secondly, add this code...

Hi! I was asking the same question a while ago. Despite the fact that @manuelbieh gave me a quick and detailed response https://github.com/manuelbieh/react-ssr-setup/issues/100 I did follow his advice, but modified...