{"id":26674688,"url":"https://github.com/aaronhallaert/nvim-tlv","last_synced_at":"2026-02-14T00:47:17.741Z","repository":{"id":255538704,"uuid":"852313309","full_name":"aaronhallaert/nvim-tlv","owner":"aaronhallaert","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-20T12:22:49.000Z","size":584,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T07:37:08.824Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aaronhallaert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2024-09-04T15:39:19.000Z","updated_at":"2025-01-28T13:13:22.000Z","dependencies_parsed_at":"2024-09-06T00:49:55.619Z","dependency_job_id":"c68bd614-8dd9-4e24-96e0-2e7c9a52ce5a","html_url":"https://github.com/aaronhallaert/nvim-tlv","commit_stats":null,"previous_names":["aaronhallaert/nvim-tlv"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aaronhallaert/nvim-tlv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronhallaert%2Fnvim-tlv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronhallaert%2Fnvim-tlv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronhallaert%2Fnvim-tlv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronhallaert%2Fnvim-tlv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aaronhallaert","download_url":"https://codeload.github.com/aaronhallaert/nvim-tlv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronhallaert%2Fnvim-tlv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29427165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T22:20:51.549Z","status":"ssl_error","status_checked_at":"2026-02-13T22:20:49.838Z","response_time":78,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2025-03-26T02:38:47.988Z","updated_at":"2026-02-14T00:47:17.724Z","avatar_url":"https://github.com/aaronhallaert.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nvim-tlv \nThis is a [kickstart.nvim](https://github.com/nvim-lua/kickstart.nvim) fork with some configuration targeted to c++ development in Televic. \n\n## Prerequisites\n\nInstall neovim.\nExecute the following to get the latest stable version:\n\n```sh\ngit clone git@github.com:neovim/neovim.git\ncd neovim\ngit checkout stable\nmake CMAKE_BUILD_TYPE=Release\nsudo make install\n```\n\n## Install this configuration\n\n1. Fork/Copy this repo so you can make further adjustments\n2. Clone this repo in your `$XGD_CONFIG_HOME` or `$HOME/.config` directory.\n```sh\ncd $HOME/.config\ngit clone git@github.com:aaronhallaert/nvim-tlv.git\n```\n\nIf you already have a `$HOME/.config/nvim` directory, you can test out this configuration with the following command:\n```sh\nNVIM_APPNAME=nvim-tlv nvim\n```\n\n3. Edit the file `lua/televic/init.lua` to your personal settings\n4. (optional) Rename the folder to `nvim`\n\nIf you cloned your own fork, you can rename or symlink to `$HOME/.config/nvim`\n\n```sh\nln -s $HOME/.config/nvim-tlv $HOME/.config/nvim\n```\n\nNow you can open nvim without the `NVIM_APPNAME`\n\n## Start customizing your nvim experience \n\nEdit `init.lua` according to your likings.\n\nOr load in some old vimscript  with \n```lua\n-- first copy the `basic.vim` into this folder\n-- then append this line to the root init.lua\nvim.cmd('source ' .. vim.fn.stdpath 'config' .. '/basic.vim')\n```\n\n## Usage\n\nThe configuration is mainly intended for usage with `plixus_apps`.\nTo fetch the `televic sdk` it is recommended to first use the `./build_pc.sh` scripts in the `build_scripts` repo.\n\n### Plugins\n\n\u003e ⚠️ sonarlint will not run in connected mode, so nvim will show all warnings\n\nPlugins installed for development in `plixus_apps`\n\n- sonarlint.nvim\n- cmake-tools.nvim\n\nSome utilities will install automatically\n\n- clangd\n- sonarlint vscode 4.7.0 (unzip and curl required)\n\n#### Dependencies\n\n- Sonarlint requires Java 17\n\n```bash\napt install openjdk-17-jdk openjdk-17-jre\n```\n\n\n### Commands\n\n- View diagnostics with `:Trouble`\n- Select `toolkit` with `:CMakeSelect`\n\nSimilar as in VSCode, edit the file `$HOME/.local/share/CMakeTools/cmake-tools-kits.json` so it points to the `televic sdk`.\n\n```json\n[\n  {\n    \"name\": \"Televic SDK 2023.02.7\",\n    \"toolchainFile\": \"/home/aaron/Developer/televic/build_scripts/toolchains/televic_pc_sdk_2023.02.7/share/buildroot/toolchainfile.cmake\",\n    \"isTrusted\": true\n  }\n]\n```\n- Generate `compile_commands.json` with `:CMakeGenerate`\n- Build project with `:CMakeBuild`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronhallaert%2Fnvim-tlv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faaronhallaert%2Fnvim-tlv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronhallaert%2Fnvim-tlv/lists"}