lesar
lesar
Other solution can be this: ```javascript const hasOwn = {}.hasOwnProperty function _classNames () { const classes = [] for (let i = 0; i < arguments.length; i++) { const arg...
I do not know if is useful but I found this: [gcc-aarch64-linux-gnu](https://ubuntu.pkgs.org/20.04/ubuntu-main-amd64/gcc-aarch64-linux-gnu_9.3.0-1ubuntu2_amd64.deb.html) sudo apt-get install -y gcc-aarch64-linux-gnu
to open a bookmark this is my conf: ```vim let g:startify_lists = [ \ { 'type': 'sessions', 'header': [' Sessions'] }, \ { 'type': 'files', 'header': [' Files'] }, \...
Me too use "Tab session manager" integration on "Tree Style Tab" and they work great together. "Tree Style Tab" help to divide a problem in sub problem or show manual...
Thank you for the answer. Yes your option it will be a good solution. on the other hand on this solution when the user write configuration, dateFormat setting is inside...
I have done this key binding and seems work: .config/lvim/config.lua ``` lvim.keys.normal_mode["bx"] = ":lua lvim.builtin.bufferline.options.close_command()" ``` best regards Leonardo
Install under plug?
I'm new to matrix and matrix-commander. I have do verify matrix account for : - element on android and - Fractal on fedora. I have installed by pip matrix-commander 7.6.0...
The bug on VSCodium is solve by [this patch](https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/-/commit/9209a739b57bccf076e6a9d07857b6ad694eff4d) (I believe) The bug is resembling to mine. I think is not a bug on astro-language-server but something on lvim/Mason installation/setup....
thank you @chase . I agree mason isn't doing something right here. if I do: `$ pnpm list -g` I get: > Legend: production dependency, optional only, dev only >...