Burduja Sergiu
Burduja Sergiu
Don't work.
Install plugins in neovim + lua. ``` use "nvim-treesitter/nvim-treesitter" use "windwp/nvim-ts-autotag" ``` Create a file tree-sitter.lua and include in init.lua ```lua require 'nvim-treesitter.configs'.setup { -- A list of parser names,...
In my file with plugins i wrote ``` Plug 'goolord/alpha-nvim' lua
Hi. I work with gridsome, that is based on vue js. I get data in graphql. For home page i get data from acf, and is cool. But, i created...
Hi. Thanks for plugin. He works good, but i find some bugs. The first bug is the class .st0, which is not tied to the svg class `.barber { width:...
Good day. Here is my config. https://paste.ubuntu.com/p/GV5kx4DBHp/ And this is deploy time https://paste.ubuntu.com/p/XwG2mXj8vr/ 7 seconds. I only changed styles in one scss file and it loads others, why? Thanks in...
I tried to install them for vim syntax from documentation. ``` go install github.com/mattn/efm-langserver@latest ``` In terminal i got this error ``` can't load package: package github.com/mattn/efm-langserver@latest: can only use...
## Description Localy works fine, but when i tried to build, i get this error. ### Steps to reproduce ``` Gridsome v0.7.23 Initializing plugins... Loading data from http://wp-rewind.seriiburduja.ru Load sources...
Hi, thanks for plugin. I am using composition api with setup. ``` import Slider from "@vueform/slider"; import { onMounted, ref } from "vue"; const emits = defineEmits(["emit_change"]); const props =...
Xubuntu 22.04 Copied vifmimg and vifmrun in to ~/.local/bin map. Added rights to files. ``` sudo chmod -R ~/.local/bin ``` In vifm added fileviewer code from the documentation. ``` fileviewer...
When i write a macros, i have problem with autoclosing tags. If i use txt file, than it's ok, but when a call macros in html file, have 2 closing...