{"id":19275856,"url":"https://github.com/danielmark0116/nvim-config","last_synced_at":"2026-03-19T09:03:02.141Z","repository":{"id":112958825,"uuid":"429511295","full_name":"danielmark0116/nvim-config","owner":"danielmark0116","description":"🎛 My nvim config 🎛","archived":false,"fork":false,"pushed_at":"2024-02-28T01:22:15.000Z","size":7872,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-23T21:18:17.472Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vim Script","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/danielmark0116.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-11-18T16:59:25.000Z","updated_at":"2022-12-14T08:34:41.000Z","dependencies_parsed_at":"2024-11-09T20:52:10.202Z","dependency_job_id":"27090b07-f8e7-437c-b10f-cae5e5b6e12c","html_url":"https://github.com/danielmark0116/nvim-config","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danielmark0116/nvim-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielmark0116%2Fnvim-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielmark0116%2Fnvim-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielmark0116%2Fnvim-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielmark0116%2Fnvim-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielmark0116","download_url":"https://codeload.github.com/danielmark0116/nvim-config/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielmark0116%2Fnvim-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30032056,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T03:27:35.548Z","status":"ssl_error","status_checked_at":"2026-03-03T03:27:09.213Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":"2024-11-09T20:52:07.921Z","updated_at":"2026-03-03T04:39:01.489Z","avatar_url":"https://github.com/danielmark0116.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My nvim setup\n\n## Neovim version\n\nShould nicely work with nvim 0.8.2\n\n## Usage\n\n1. Install NeoVIM\n2. Install LUA\n3. Install TMUX and copy .tmux.conf to ~/.tmux-conf `cp .tmux.conf ~/.tmux.conf`\n  - with tpm: [tpm](https://github.com/tmux-plugins/tpm)\n  - install plugins: [install plugs for tmux](https://github.com/tmux-plugins/tpm#installing-plugins)\n4. Install vim-plug: [vim-plug](https://github.com/junegunn/vim-plug)\n5. Add languages `:TSInstall vim | javascript | typescript etc`\n6. Install plugins with :PlugInstall\n7. Afterwards, overwrite `.local/share/nvim/plugged/lspsaga` with the ZIP fromthis commit: [lspsaga](https://github.com/glepnir/lspsaga.nvim/commit/b7b4777369b441341b2dcd45c738ea4167c11c9e)\n  - just downlaod archive's ZIP instead of `git clone`, unzip and copy `cp -r lspsaga ~/.local.../lspsaga.nvim`\n  - new version has breaking changes and it is not yet addresed in this config :C\n\n\nIf there are issues with the pretteir, make sure you have the eslint_d and prettier_d_slim installed globally with npm (along with prettier and eslint obviously)\n\n```\nnpm install -g eslint_d\n\u0026\u0026\nnpm install -g prettier_d_slim\n\u0026\u0026\nnpm install -g diagnostic-languageserver\n\u0026\u0026\nnpm install -g typescript-language-server\n\u0026\u0026\nbrew install deno\n```\n\nDont use node lower than 14\n\nYou can use `asdf` or `nvm` to change node ver per session\n\nSetup has issues with prettier version higher than 1.19.1\n\n---\n\nIf you happen to find yourself in situations when the eslint version changes and the lsp + eslint_d seem not to work correctly, you can try restarting the setup with:\n\n```bash\neslint_d restart\n```\n\n## Working :Rg with telescope\n\nIn order to have the Telescope live_grep working, you need to:\n\n```\nbrew install ripgrep\n```\n\n## Possible issues\n\nDefx might have issues with python3 not visible, try running this in such a case:\n\npython3 -m pip install --user --upgrade pynvim\n\n## Elixir\n\nUse this guide: \nhttps://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#elixirls\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielmark0116%2Fnvim-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielmark0116%2Fnvim-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielmark0116%2Fnvim-config/lists"}