IceNvim icon indicating copy to clipboard operation
IceNvim copied to clipboard

A beautiful, powerful and customizable neovim config that is blazing fast

Results 5 IceNvim issues
Sort by recently updated
recently updated
newest added

tested on wsl, when open a file, yank some lines on visual mode with `"+y` then see the content of `:reg`, the `:+` remains unchanged. I commented the clipboard related...

This following error frequently occurs: ``` .../nvim/runtime/lua/vim/treesitter/query.lua:259: query: invalid structure at position 3272 for language lua ``` A fix for similar issues can be viewed [here](https://github.com/nvim-treesitter/nvim-treesitter/issues/3092), but I have not...

bug
help wanted

原文:vim.cmd "language en_US.UTF-8" 修改为: local handle = io.popen("locale -a | grep -iE '.utf.?8$'", "r") local utf8_locales = {} if handle then for line in handle:lines() do table.insert(utf8_locales, line) end handle:close()...

The wiki overlaps with the README too much, with only a small proportion of additional information.

enhancement