{"id":17995002,"url":"https://github.com/totalkrill/nvim","last_synced_at":"2026-01-19T04:01:09.131Z","repository":{"id":92705373,"uuid":"38881160","full_name":"TotalKrill/nvim","owner":"TotalKrill","description":".nvimrc","archived":false,"fork":false,"pushed_at":"2021-08-11T17:13:08.000Z","size":742,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T05:27:58.415Z","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/TotalKrill.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":"2015-07-10T13:12:55.000Z","updated_at":"2021-08-11T17:13:11.000Z","dependencies_parsed_at":"2023-03-09T01:00:24.239Z","dependency_job_id":null,"html_url":"https://github.com/TotalKrill/nvim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TotalKrill/nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TotalKrill%2Fnvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TotalKrill%2Fnvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TotalKrill%2Fnvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TotalKrill%2Fnvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TotalKrill","download_url":"https://codeload.github.com/TotalKrill/nvim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TotalKrill%2Fnvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28561601,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T03:31:16.861Z","status":"ssl_error","status_checked_at":"2026-01-19T03:31:15.069Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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-10-29T20:17:28.386Z","updated_at":"2026-01-19T04:01:09.110Z","avatar_url":"https://github.com/TotalKrill.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"vimrc and plugins\n=================\n\nOneline installation for manjaro:\n\n    wget -O - https://raw.githubusercontent.com/TotalKrill/nvim/master/install-neovim.sh | bash\n\nIntro\n-----\n\nThis is my private nvim setting, it might be updated or it\nmight not. The settings are somewhat commented in the init.nvim\n\nused mostly for rust development, so many rust components are assumed to be installed\n\n\nPlugins used: See plug section of Init .nvim\n\n\nRequires\n--------\n\n    neovim clang python-neovim python2-neovim cmake rust analyzer\n\nInstallation\n------------\n\nTo get this:\n\n    git clone --recurse-submodules https://github.com/TotalKrill/.nvim.git ~/.config/nvim\n\nThen start neovim and run:\n\n    :PlugInstall\n\nYou will need a neovim with python 2 enabled. For\narchlinux or manjaro a 'python2-neovim' package is available\n\nYou need some rust components for this:\n\n    :CocInstall coc-rust-analyzer\n\nYou also need rust-analyzer\n\n    sudo pacman -S rust-analyzer\n\nAnd rust source for cargo\n\n    rustup component add rust-src\n\n\n\nSettings\n---------\n\nThis .vimrc will include the plugins airline, pathogen, Youcompleteme and fugitive as\nwell as lizard colortheme.\n\nFurthermore it will contain some c-code specific things since I mostly use vim for\nembedded programming, for instance it will add the current folder of the file opened\nand all folders under it to the path for easy opening with :find and also has a\nshortcut for switching between c header/source files for all folders in path. This might break\nsome peoples workflow.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftotalkrill%2Fnvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftotalkrill%2Fnvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftotalkrill%2Fnvim/lists"}