# myconfigs **Repository Path**: ucg7086/myconfigs ## Basic Information - **Project Name**: myconfigs - **Description**: 我自己用的Hyprland配置文件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-22 - **Last Updated**: 2024-07-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ```bash # neovim中有插件要用到lua sudo pacman -S lua-language-server neovim xclip luarocks ``` 执行nvim,如果报以下错误,可以尝试删除.local/share/nvim/ ```perl Error while calling lua chunk: /home/feng/.config/nvim/lua/plugins/plugins-setup.lua:53: module 'lazy' not found: no field package.preload['lazy'] ```