L I N U X ( リナックス )

Results 34 comments of L I N U X ( リナックス )

I'm trying this two: -- install without yarn or npm ``` use({ "iamcco/markdown-preview.nvim", run = function() vim.fn["mkdp#util#install"]() end, }) ``` ``` use({ "iamcco/markdown-preview.nvim", run = "cd app && npm install",...

> use({ > "iamcco/markdown-preview.nvim", > run = function() vim.fn["mkdp#util#install"]() end, > }) I found the best way to solve this is going to _markdown-preview/app_ folder and do `npm i`

Please add support to Android. Its 2022, and tablet like s8 series, can build very good

> will work on an installer Cool, i want to try then!!! thx for work on it! i really apreciate it

Has anyone found a solution to this problem? it's still in my Zellij Config

> fix layoutbox display on multiscreen let systray work with numlock and capslock on, and across screens > > Note the helper functions may be a bit overboard but I...

Continue this without fix? How to solve please.

> The 1.5.0 release is out :) Hi there. I already installed it but there is some errors: ![image](https://github.com/biomejs/biome/assets/10554636/4309733c-a738-4f5b-a829-e211d2bd3447) ![image](https://github.com/biomejs/biome/assets/10554636/a3b586d9-f45b-4bd2-bd9b-fd6dd22f5c5f) This is an example of my config file: ``` {...

> @linuxmobile The warnings are fine and should not affect things working, they just reflect what Helix can do right now. The errors seem to come from type-script-language-server so seem...