NamelessDev
NamelessDev
could you resort to the repositories according to their starts(or something else)?
- `nvim --version`: ```NVIM v0.7.2 Build type: Release LuaJIT 2.1.0-beta3 Compiled by builduser Features: +acl +iconv +tui See ":help feature-compile" system vimrc file: "$VIM/sysinit.vim" fall-back for $VIM: "/usr/share/nvim" Run :checkhealth...
The code in [Bootstrap](https://github.com/wbthomason/packer.nvim#bootstrapping) didn't work. There is a solution: ```lua local install_path = vim.fn.stdpath('data') .. '/site/pack/packer/start/packer.nvim' if vim.fn.isdirectory(install_path) == 0 then print 'downloading packer.nvim' packer_bootstrap = vim.fn.system { 'git',...
Source code: ```cpp template class A {}; class B { template friend class A; }; ``` nvim-treesitter info: ``` template_declaration [0, 0] - [0, 33] parameters: template_parameter_list [0, 9] -...
### System Info and Version Hyprland, built from branch at commit cba1ade848feac44b2eda677503900639581c3f4 (props: bump version to 0.40.0). Date: Sat May 4 15:42:32 2024 Tag: v0.40.0, commits: 4606 flags: (if any)...
## Description - Adds a richer fzf-lua preview experience and moves picker prompts into window titles. - Introduces shared ActionItem types and annotates action providers for clarity and consistency. -...