Vo Xuan Hung

Results 12 issues of Vo Xuan Hung

This is my file webpack.config.js ```const path = require('path') const webpack = require('webpack') const HtmlWebpackPlugin = require('html-webpack-plugin') const MiniCssExtractPlugin = require('mini-css-extract-plugin') const { CleanWebpackPlugin } = require('clean-webpack-plugin') const StylexPlugin =...

bug

Please support for https://github.com/johnsoncodehk/volar

### Did you check the docs? - [X] I have read all the docs. ### Is your feature request related to a problem? Please describe. create a mapping to `Copy...

enhancement

We only format code and not auto-fix lint. I use eslint_d by nvim-lint and format by conform. And How to add code_action with eslint_d.

i config ```lua local M = {} function M.setup() local present, statuscol = pcall(require, "statuscol") if not present then return end local builtin = require("statuscol.builtin") M.opts = { ft_ignore =...

### Did you check docs and existing issues? - [X] I have read all the docs. - [X] I have searched the existing issues. - [X] I have searched the...

bug

Error detected while processing function clever_f#find_with[97]..function clever_f#find_with[44]..47_getchar: Error executing vim.schedule lua callback: ...v/.local/share/nvim/lazy/nui.nvim/lua/nui/utils/init.lua:285: E565: Not allowed to change text or change window stack traceback: [C]: in function 'nvim_buf_set_lines' .....

I'm requesting the addition of rainbow-parens support specifically for script blocks in Vue files within the rainbow-delimiters.nvim plugin. Currently, while there are good highlights for other languages, Vue files do...

### Did you check the docs? - [x] I have read all the docs. ### Is your feature request related to a problem? Please describe. When NeoTree is configured with...

enhancement