{"id":16585425,"url":"https://github.com/christianchiarulli/lvim","last_synced_at":"2025-04-06T04:11:09.832Z","repository":{"id":40947686,"uuid":"387672397","full_name":"ChristianChiarulli/lvim","owner":"ChristianChiarulli","description":"My config for LunarVim","archived":false,"fork":false,"pushed_at":"2023-07-04T23:42:47.000Z","size":209,"stargazers_count":293,"open_issues_count":9,"forks_count":88,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-03-30T02:09:22.262Z","etag":null,"topics":["config","init","lua","lunarvim","lvim","neovim","vim","vimrc"],"latest_commit_sha":null,"homepage":"https://www.lunarvim.org","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ChristianChiarulli.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-20T04:33:42.000Z","updated_at":"2025-02-27T11:22:23.000Z","dependencies_parsed_at":"2024-10-26T20:29:13.452Z","dependency_job_id":"6087e711-8153-4085-90f3-52fc2ac8430f","html_url":"https://github.com/ChristianChiarulli/lvim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristianChiarulli%2Flvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristianChiarulli%2Flvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristianChiarulli%2Flvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristianChiarulli%2Flvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChristianChiarulli","download_url":"https://codeload.github.com/ChristianChiarulli/lvim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247430870,"owners_count":20937874,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["config","init","lua","lunarvim","lvim","neovim","vim","vimrc"],"created_at":"2024-10-11T22:47:58.269Z","updated_at":"2025-04-06T04:11:09.622Z","avatar_url":"https://github.com/ChristianChiarulli.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My LunarVim Config\n\n## Get healthy\n\nOpen `nvim` and enter the following:\n\n```\n:checkhealth\n```\n\nYou'll probably notice you don't have support for copy/paste also that python and node haven't been setup\n\nSo let's fix that\n\nFirst we'll fix copy/paste\n\n- On mac `pbcopy` should be builtin\n\n- On Ubuntu\n\n  ```sh\n  sudo apt install xsel\n  ```\n\n- On Arch Linux\n\n  ```sh\n  sudo pacman -S xsel\n  ```\n\nNext we need to install python support (node is optional)\n\n- Neovim python support\n\n  ```sh\n  pip install pynvim\n  ```\n\n- Neovim node support\n\n  ```sh\n  npm i -g neovim\n  ```\n\n## Fonts\n\n- [A nerd font](https://github.com/ryanoasis/nerd-fonts)\n\n- [codicon](https://github.com/microsoft/vscode-codicons/raw/main/dist/codicon.ttf)\n- [An emoji font](https://github.com/googlefonts/noto-emoji/blob/main/fonts/NotoColorEmoji.ttf)\n\nAfter moving fonts to `~/.local/share/fonts/`\n\nRun: `$ fc-cache -f -v`\n\n**NOTE:** (If you are seeing boxes without icons, try changing this line from `false` to `true`: [link](https://github.com/ChristianChiarulli/nvim/blob/ac41efa237caf3a498077df19a3f31ca4b35caf3/lua/user/icons.lua#L5))\n\n## Java Debugging and Testing\n\n```sh\ngit clone git@github.com:microsoft/java-debug.git\ncd java-debug/\n./mvnw clean install\n```\n\n```sh\ngit clone git@github.com:microsoft/vscode-java-test.git\ncd vscode-java-test\nnpm install\nnpm run build-plugin\n```\n\n## Install latest rust-analyzer binary\n\n```sh\n$ mkdir -p ~/.local/bin\n$ curl -L https://github.com/rust-analyzer/rust-analyzer/releases/latest/download/rust-analyzer-x86_64-unknown-linux-gnu.gz | gunzip -c - \u003e ~/.local/bin/rust-analyzer\n$ chmod +x ~/.local/bin/rust-analyzer\n```\n\n## TODO\n\n- use codicons (update codicons)\n- fix border\n- darken border around cmp\n- hl groups for noice\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristianchiarulli%2Flvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchristianchiarulli%2Flvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristianchiarulli%2Flvim/lists"}