{"id":22894672,"url":"https://github.com/valentin271/nvim","last_synced_at":"2025-10-26T23:04:21.395Z","repository":{"id":139997456,"uuid":"606167025","full_name":"Valentin271/nvim","owner":"Valentin271","description":"My nvim config","archived":false,"fork":false,"pushed_at":"2025-03-21T17:35:32.000Z","size":160,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T18:32:13.978Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Valentin271.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-02-24T18:51:42.000Z","updated_at":"2025-03-21T17:35:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"0c7534c3-850a-473a-a489-ef464e64d3bd","html_url":"https://github.com/Valentin271/nvim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"LunarVim/Launch.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Valentin271%2Fnvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Valentin271%2Fnvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Valentin271%2Fnvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Valentin271%2Fnvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Valentin271","download_url":"https://codeload.github.com/Valentin271/nvim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246552966,"owners_count":20795835,"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":[],"created_at":"2024-12-13T23:19:01.255Z","updated_at":"2025-10-26T23:04:21.323Z","avatar_url":"https://github.com/Valentin271.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My neovim config\n\nThis is my daily driver neovim config.\n\n## Install the config\n\nMake sure to remove or move your current `nvim` directory\n\n```sh\ngit clone https://github.com/Valentin271/nvim.git ~/.config/nvim\n```\n\nRun `nvim` and wait for the plugins to be installed\n\n**NOTE** First time you will get an error just ignore them and press enter, it will say nvim-ts-context-commentstring is not installed but that is fine just close and reopen nvim and everything should be fine  \n\n**NOTE** (You will notice treesitter pulling in a bunch of parsers the next time you open Neovim)\n\n**NOTE** Checkout this file for some predefined keymaps: [keymaps](https://github.com/Valentin271/nvim/blob/master/lua/user/keymaps.lua)\n\n## Requirements\n\n- Neovim 0.10\n- ripgrep\n- fd\n- `npm i -g neovim`\n\n## Additional programs\n\n- Lazygit\n- Lazydocker\n- inlyne\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.\n\nSo let's fix that\n\nFirst we'll fix copy/paste\n\n- On Ubuntu\n\n  ```sh\n  sudo apt install xsel # for X11\n  sudo apt install wl-clipboard # for wayland\n  ```\n\n## Font\n\nI use this Nerd Font: [JetBrainsMonoNL Nerd Font](https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/JetBrainsMono/NoLigatures/Regular/JetBrainsMonoNLNerdFont-Regular.ttf)\n\n## Configuration\n\n### LSP\n\nTo add a new LSP, use\n\n```\n:Mason\n```\n\nNext, add the server to this list: [servers](https://github.com/Valentin271/nvim/blob/master/lua/user/lsp/mason.lua#L1)\n\nSee [server_configurations](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md) for configuration options.\n\n### Formatters and linters\n\nMake sure the formatter or linter is installed and add it to this setup function: [null-ls](https://github.com/Valentin271/nvim/blob/master/lua/user/lsp/null-ls.lua#L12)\n\n### Plugins\n\nYou can install new plugins here: [plugins](https://github.com/Valentin271/nvim/blob/master/lua/user/plugins.lua#L45)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalentin271%2Fnvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvalentin271%2Fnvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalentin271%2Fnvim/lists"}