{"id":17679325,"url":"https://github.com/bbkane/nvim","last_synced_at":"2026-02-14T14:02:03.762Z","repository":{"id":87170814,"uuid":"68155566","full_name":"bbkane/nvim","owner":"bbkane","description":"DEPRECATED - see dotfiles. Keeping here so I can search the history","archived":false,"fork":false,"pushed_at":"2020-02-25T00:41:43.000Z","size":141,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T19:49:30.416Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Vim script","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/bbkane.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":"2016-09-13T23:25:23.000Z","updated_at":"2023-11-25T05:43:26.000Z","dependencies_parsed_at":"2023-03-13T19:44:50.045Z","dependency_job_id":null,"html_url":"https://github.com/bbkane/nvim","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/bbkane%2Fnvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbkane%2Fnvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbkane%2Fnvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbkane%2Fnvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bbkane","download_url":"https://codeload.github.com/bbkane/nvim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246361251,"owners_count":20764896,"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-10-24T08:22:05.634Z","updated_at":"2026-02-14T14:01:58.726Z","avatar_url":"https://github.com/bbkane.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nvim\n\n# DEPRECATED - MOVED TO https://github.com/bbkane/dotfiles/tree/master/nvim\n\nI will erase this repo once I'm confident that works well enough :)\n\nMy Neovim Config. Also works for Vim.\n\n\n## NeoVim Install\n\n- Back up old config\n\n```\nmv \"$HOME/.config/nvim\" \"$HOME/.config/nvim.$(date +%Y-%m-%d)\"\n```\n\n- Clone the repository\n\n```\nmkdir -p \"$HOME/.config\"\ngit clone https://github.com/bbkane/nvim.git \"$HOME/.config/nvim\"\n```\n\n## Vim Install\n\n- Backup ~/.vimrc and ~/.vim/\n\n```\nmv ~/.vimrc ~/.vimrc.$(date +%Y-%m-%d)\nmv ~/.vim ~/.vim.$(date +%Y-%m-%d)\n```\n\n- Create symlinks\n\n```\nln -s ~/.config/nvim/init.vim ~/.vimrc\nln -s ~/.config/nvim/ ~/.vim\n```\n\n## Install Plugins (from editor)\n\n- Install [vim-plug](https://github.com/junegunn/vim-plug).\n\n```\n:InstallVimPlug\n```\n\n- Restart editor\n\n- Install Plugins\n\n```\n:PlugInstall\n```\n\n## Install IDE components\n\nI'd like to have the following functionality:\n\n- ncm2 replacement without the bugs ( auto-complete from buffer, filesystem )\n- run flake8 and black on Python code\n- run shellcheck on bash code\n\nBut I need to figure out an easy way to install Python first... (probably using conda with an Install function to create an env)\n\n## Vim QuickInstall\n\nJust the basic `~/.vimrc`- no plugins or anything. Useful for servers\n\n```\ncurl https://raw.githubusercontent.com/bbkane/nvim/master/init.vim \u003e ~/.vimrc\n```\n\n[Vim-commentary](https://github.com/tpope/vim-commentary) is one plugin I feel like I can't do without. Manually install it with:\n\n```\ncurl --create-dirs -fLo ~/.vim/plugin/commentary.vim https://raw.githubusercontent.com/tpope/vim-commentary/master/plugin/commentary.vim\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbkane%2Fnvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbbkane%2Fnvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbkane%2Fnvim/lists"}