{"id":29054216,"url":"https://github.com/linuxuser255/nvim-conf-2024","last_synced_at":"2025-08-01T05:05:12.175Z","repository":{"id":247817216,"uuid":"826910476","full_name":"LinuxUser255/nvim-conf-2024","owner":"LinuxUser255","description":"My Neovim Config. Notable plugins \u0026 featues: Telescope, Harpoon,Tabnine, Lazy, VimBeGood, Bright-flash text  yank to system clipboard, and much, much more. ","archived":false,"fork":false,"pushed_at":"2025-06-09T11:54:47.000Z","size":164,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-16T22:41:14.292Z","etag":null,"topics":["lazy-loading","lazynvim","lua","lua-script","neovim","neovim-colorscheme","neovim-config","neovim-configuration","neovim-dotfiles","neovim-lua","neovim-lua-plugin","neovim-plugin","vim"],"latest_commit_sha":null,"homepage":"","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/LinuxUser255.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,"zenodo":null}},"created_at":"2024-07-10T16:14:48.000Z","updated_at":"2025-06-09T16:39:32.000Z","dependencies_parsed_at":"2024-07-10T20:40:02.473Z","dependency_job_id":"279e8196-dca7-497b-a621-d93c34067944","html_url":"https://github.com/LinuxUser255/nvim-conf-2024","commit_stats":{"total_commits":13,"total_committers":2,"mean_commits":6.5,"dds":0.07692307692307687,"last_synced_commit":"02cbe40dcf231a7a7774b2130dee250607bc156e"},"previous_names":["linuxuser255/nvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LinuxUser255/nvim-conf-2024","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxUser255%2Fnvim-conf-2024","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxUser255%2Fnvim-conf-2024/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxUser255%2Fnvim-conf-2024/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxUser255%2Fnvim-conf-2024/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LinuxUser255","download_url":"https://codeload.github.com/LinuxUser255/nvim-conf-2024/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinuxUser255%2Fnvim-conf-2024/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268171959,"owners_count":24207437,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["lazy-loading","lazynvim","lua","lua-script","neovim","neovim-colorscheme","neovim-config","neovim-configuration","neovim-dotfiles","neovim-lua","neovim-lua-plugin","neovim-plugin","vim"],"created_at":"2025-06-27T02:06:57.087Z","updated_at":"2025-08-01T05:05:12.126Z","avatar_url":"https://github.com/LinuxUser255.png","language":"Lua","readme":"# Neovim Config\n\n![NeoVimConfig-New](https://github.com/user-attachments/assets/32b2e3a4-94b8-4153-845f-856850e89959)\n\n\n\n\n\n\n\u003cbr\u003e\n\n## [Built with:](https://lua.org)\n![lua-logo](resources/lua-logo-black-scaled.png) ![neovim-logo-github](resources/NeovimLogo-Scaled.jpg)\n\n\n**https://www.lua.org/**\n\n**https://github.com/neovim**\n\n**[lazy.nvim](https://lazy.folke.io/)**\n\n\u003cbr\u003e\n\n## Pre-install Requirements:\n  * [ripgrep](https://github.com/BurntSushi/ripgrep#installation) is required for multiple [telescope](https://github.com/nvim-telescope/telescope.nvim#suggested-dependencies) pickers.\n  * If you are having issues with Tree-Sitter, then you might not have `node js` installed. The two quick solution to try are:\n  * `sudo apt install tree-sitter-cli` if that doesn't work, then you may need to install **Node.js**\n  * `sudo apt install nodejs npm` then Install Tree-sitter CLI globally with npm:\n  * `sudo npm install -g tree-sitter-cli`\n  * Verify the installation and restart NeoVim\n  * `tree-sitter --version`\n  * Enababling [Tabnine Auto Completion](https://github.com/codota/tabnine-nvim) will require some additional configuration\n\n\u003cbr\u003e\n\n## Installation\n\n\u003e **NOTE**\n\u003e [Backup](#FAQ) your previous configuration (if any exists)\n- Then clear out your current NeoVim configs\n\nFirst delete and remove your current/previous neovim files and dirs.\n```bash\nrm -rf ~/.config/nvim; rm -rf ~/.local/share/nvim\n```\n\n\u003cbr\u003e\n\n-  Linux and Mac install. Plug n play - Copy past the git clone command below, type neovim, and boom. One and done!\n```bash\ngit clone https://github.com/LinuxUser255/nvim.git \"${XDG_CONFIG_HOME:-$HOME/.config}\"/nvim\n```\n\n\n\n**Neovim's configurations are located under the following paths, depending on your OS:**\n\n| OS    | PATH                                      |\n| :---- | :---------------------------------------- |\n| Linux | `$XDG_CONFIG_HOME/nvim`, `~/.config/nvim` |\n| MacOS | `$XDG_CONFIG_HOME/nvim`, `~/.config/nvim` |\n\n\u003cbr\u003e\n\n## Post Install\n\n**Open Neovim**\n\n- The regular way\n```sh\nnvim\n```\n\n\n- The [netrw](https://neovim.io/doc/user/pi_netrw.html) way\n```sh\nnvim .\n```\n\n\n- Sync [Lazy](https://lazy.folke.io/)\n```sh\nnvim --headless \"+Lazy! sync\" +qa\n```\n\n\u003cbr\u003e\n\n\n### [Netrw Cheat Sheet](https://github.com/LinuxUser255/BashAndLinux/tree/main/NeovimCheatSheets)\n\n# Basic use - key bindings\n\n### Remaps \u0026 Shortcuts:\n\n\n***The spacebar is the leader key***\n\n| Command          | Description                            |\n|------------------|----------------------------------------|\n| `leader pv`      | **Enter Project View**                 |\n| `leader ve`      | **Split windows vertically**           |\n| `leader he`      | **Split windows horizontally**         |\n| `Ctrl l`         | **Jumps to the Right window**          |\n| `Ctrl h`         | **Jumps to the Left window**           |\n| `Ctrl o`         | **Increase window width by 3 columns** |\n| `Ctrl y`         | **Decrease window width by 3 columns** |\n| `leader tt`      | **Open Telescope**                     |\n| `leader ff`       | **Find file using Telescope**          |\n\n\n\u003cbr\u003e\n\n\n### Moving lines Up \u0026 Down\n- Higlight the line, `Shift v`, then while holding down Shift, press `j` to go down\n- And `k` to move up.\n- This also works with muliple lines selected simultanuiously\n\n| Command              | Description                            |\n|----------------------|----------------------------------------|\n| `Shift v Shift j`    |  **Moves seclected line down**         |\n| `Shift v Shift k`    |  **Moves seclected line up**           |\n\n\u003cbr\u003e\n\n### Highlight Replace\n| Command       | Description                                                  |\n|--------------------------|---------------------------------------------------|\n| `Shift s`                |  **Deletes the line and goes into insert mode.**  |                |\n\n\n\u003cbr\u003e\n\n\n\n\n\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinuxuser255%2Fnvim-conf-2024","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinuxuser255%2Fnvim-conf-2024","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinuxuser255%2Fnvim-conf-2024/lists"}