{"id":13682118,"url":"https://github.com/Civitasv/runvim","last_synced_at":"2025-04-30T07:30:38.801Z","repository":{"id":37340595,"uuid":"421739523","full_name":"Civitasv/runvim","owner":"Civitasv","description":"Beautiful, fast, functional Configuration for Neovim.","archived":false,"fork":false,"pushed_at":"2024-06-09T15:48:54.000Z","size":28304,"stargazers_count":94,"open_issues_count":0,"forks_count":6,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-02T13:33:35.913Z","etag":null,"topics":["configuration","fast","functional","lua","neovim"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/Civitasv.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":"2021-10-27T08:37:21.000Z","updated_at":"2024-06-28T19:33:20.000Z","dependencies_parsed_at":"2024-01-26T07:29:59.732Z","dependency_job_id":"a8227820-517d-4be1-a706-ce609a6b4f8e","html_url":"https://github.com/Civitasv/runvim","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/Civitasv%2Frunvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Civitasv%2Frunvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Civitasv%2Frunvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Civitasv%2Frunvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Civitasv","download_url":"https://codeload.github.com/Civitasv/runvim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224201884,"owners_count":17272658,"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":["configuration","fast","functional","lua","neovim"],"created_at":"2024-08-02T13:01:40.964Z","updated_at":"2024-11-12T01:31:15.310Z","avatar_url":"https://github.com/Civitasv.png","language":"Lua","readme":"# RuNvim\n\n\u003e It's **runvim**, not run vim, but **ru**n **N**eo**vim**.\n\n🌟 Mainly for C/C++ development.\n\n## Screenshots\n\n### Dashboard\n\n\u003e powerd by [alpha-nvim](https://github.com/goolord/alpha-nvim)\n\n![dashboard](images/dashboard.png)\n\n### Git\n\n\u003e powerd by [lazygit](https://github.com/jesseduffield/lazygit)\n\n![lazygit](images/lazygit.png)\n\n### Lsp\n\n\u003e powerd by [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig), [Mason](https://github.com/williamboman/mason.nvim)\n\n![lsp](images/lsp.png)\n\n### Markdown Preview\n\n\u003e powerd by [glow](https://github.com/charmbracelet/glow)\n\n![glow](images/glow.png)\n\n### C++\n\n\u003e powerd by [clangd_extensions.nvim](https://github.com/p00f/clangd_extensions.nvim), [cmake_tools.nvim](https://github.com/Civitasv/cmake-tools.nvim), [nvim-dap](https://github.com/mfussenegger/nvim-dap)\n\n![cpp](images/cpp.gif)\n\n## Installation\n\n### Pre-requisites\n\n1. Neovim version \u003e 0.9.\n2. A Nerd Font for your terminal.\n\n```txt\n├── after\n│   └── ftplugin\n│       ├── NvimTree.lua\n│       ├── c.lua\n│       ├── cpp.lua\n│       ├── dap-float.lua\n│       ├── help.lua\n│       └── rust.lua\n├── init.lua\n├── lua\n│   ├── config\n│   │   ├── autocommands.lua -- auto cmd\n│   │   ├── icons.lua        -- icons\n│   │   ├── keymaps.lua      -- keybindings\n│   │   ├── lazy.lua         -- lazy package manager\n│   │   ├── neovide.lua      -- for neovide gui\n│   │   └── options.lua      -- useful option\n│   ├── plugins\n│   │   ├── +colorscheme.lua -- colorscheme\n│   │   ├── +cpp.lua         -- for c/cpp\n│   │   ├── +dap.lua         -- debug adapter\n│   │   ├── +filetree.lua    -- filetree\n│   │   ├── +git.lua         -- for git\n│   │   ├── +latex.lua       -- for latex\n│   │   ├── +lsp.lua         -- lsp configuration\n│   │   ├── +markdown.lua    -- for markdown\n│   │   ├── +rust.lua        -- for rust\n│   │   ├── +ui.lua          -- ui configuration\n│   │   └── +utility.lua     -- utility plugins\n└── snippets                 -- custom snippets\n    └── tex.snippets\n```\n\n### For Unix\n\n```bash\ngit clone https://github.com/Civitasv/runvim ~/.config/nvim --depth 1 ; nvim\n```\n\n### For Windows\n\n```bash\ngit clone https://github.com/Civitasv/runvim $HOME\\AppData\\Local\\nvim --depth 1 ; nvim\n```\n\n## Reference\n\n1. [LunarVim](https://github.com/LunarVim/LunarVim)\n2. [NvChad](https://github.com/NvChad/NvChad)\n3. [Neovim-from-scratch](https://github.com/LunarVim/Neovim-from-scratch)\n","funding_links":[],"categories":["Lua"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCivitasv%2Frunvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FCivitasv%2Frunvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCivitasv%2Frunvim/lists"}