{"id":13413102,"url":"https://github.com/sontungexpt/stinvim","last_synced_at":"2025-04-14T12:42:34.563Z","repository":{"id":199711109,"uuid":"703026175","full_name":"sontungexpt/stinvim","owner":"sontungexpt","description":"Ready Neovim's configuration for fullstack developers.","archived":false,"fork":false,"pushed_at":"2024-08-07T14:24:27.000Z","size":4677,"stargazers_count":49,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T01:53:30.462Z","etag":null,"topics":["distro","ide","lua","neovim","nvim","vim"],"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/sontungexpt.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":"2023-10-10T13:05:49.000Z","updated_at":"2025-03-12T21:44:38.000Z","dependencies_parsed_at":"2023-11-08T13:30:06.439Z","dependency_job_id":"4b8ffd47-8be6-4b13-858a-315675cac65d","html_url":"https://github.com/sontungexpt/stinvim","commit_stats":null,"previous_names":["sontungexpt/stinvim"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sontungexpt%2Fstinvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sontungexpt%2Fstinvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sontungexpt%2Fstinvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sontungexpt%2Fstinvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sontungexpt","download_url":"https://codeload.github.com/sontungexpt/stinvim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248883191,"owners_count":21177174,"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":["distro","ide","lua","neovim","nvim","vim"],"created_at":"2024-07-30T20:01:33.490Z","updated_at":"2025-04-14T12:42:34.536Z","avatar_url":"https://github.com/sontungexpt.png","language":"Lua","readme":"This is the distro neovim for fullstack development.\n\n🚀 Performance for time startup: 24ms - 50ms(about 50 plugins)\n\n## Features\n\n| Plugin                                                                                                               | Description                                                                                        |\n| -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |\n| [lazy](https://github.com/folke/lazy.nvim)                                                                           | A plugin manager that loads plugins lazily to ensure fast startup times.                           |\n| [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig)                                                           | Support default lsp for (lua, python, web development, java, bash, c-c++ )                         |\n| [mason](https://github.com/williamboman/mason.nvim)                                                                  | Automatically installs LSP servers, formatters, linters, and debug adapters                        |\n| [conform](https://github.com/stevearc/conform.nvim)                                                                  | Fast formatter                                                                                     |\n| [nvim-cmp](https://github.com/hrsh7th/nvim-cmp)                                                                      | A lightweight completion plugin                                                                    |\n| [witch](https://github.com/sontungexpt/witch)                                                                        | Main theme                                                                                         |\n| [url-open](https://github.com/sontungexpt/url-open)                                                                  | Great plugin to open the url under cursor                                                          |\n| [stcursorword](https://github.com/sontungexpt/stcursorword)                                                          | Highlight all words similar to the word under the cursor                                           |\n| [buffer-closer](https://github.com/sontungexpt/buffer-closer)                                                        | Automatic close unused buffers                                                                     |\n| [nvim-tree](https://github.com/nvim-tree/nvim-tree.lua)                                                              | A fast and lightweight file explorer                                                               |\n| [toggleterm](https://github.com/akinsho/toggleterm.nvim)                                                             | Includes a terminal using toggleterm                                                               |\n| [gitsigns](https://github.com/lewis6991/gitsigns.nvim), [git-conflict](https://github.com/akinsho/git-conflict.nvim) | Integrates Git functionality with gitsigns and git-conflict plugins for a seamless Git experience. |\n| [comment](https://github.com/numToStr/Comment.nvim)                                                                  | A plugin for easily generating comments.                                                           |\n| [dap](https://github.com/mfussenegger/nvim-dap), [dapui](https://github.com/rcarriga/nvim-dap-ui)                    | Offers debugging capabilities with dap and dapui plugins.                                          |\n| [treesitter](https://github.com/nvim-treesitter/nvim-treesitter)                                                     | Provides syntax highlighting                                                                       |\n| [autopairs](https://github.com/windwp/nvim-autopairs)                                                                | Auto generate pairs                                                                                |\n| [rainbow-delimiters](https://github.com/HiPhish/rainbow-delimiters.nvim)                                             | Beautiful bracket highlighting                                                                     |\n| [ccc](https://github.com/uga-rosa/ccc.nvim)                                                                          | A color picker using ccc                                                                           |\n| [sttusline](https://github.com/sontungexpt/sttusline)                                                                | A very lightweight, super fast and lazyloading statusline plugin for neovim written in lua         |\n| [telescope](https://github.com/nvim-telescope/telescope.nvim)                                                        | Provides a file finder using telescope, a fuzzy finder plugin for files, buffers, and more.        |\n\nAnd many more plugins that you can see in [plugins/init.lua](./lua/plugins/init.lua)\n\n\u003c!-- | [bufferline](https://github.com/akinsho/bufferline.nvim)                                                             | Manages buffers with bufferline, a simple and configurable interface for buffer management         | --\u003e\n\n## Preview\n\n![preview1](./docs/readme/preview1.png)\n\n![preview2](./docs/readme/preview2.png)\n\n## How to add more key map\n\n- We provide you two files for keymap.\n\n  - One for plugin key map (~/.config/nvim/lua/core/plugmap.lua).(This file will\n    be load on startup)\n\n  - One for some custom default nvim map (~/.config/nvim/lua/core/nvimmap.lua).\n    In this file if any keymap you want it run on startup please put your map\n    function in map_on_startup function\n\n- We provide you a function to map\n\n```lua\n    ---@tparam table|string mode : Table mode used for applying the key map if only one mode you can use string\n    ---@tparam string key : The key you wish to map.\n    ---@tparam function|string map_to : The key or function to be executed by the keymap.\n    ---@tparam table|number opts : Options to be applied in vim.keymap.set.\n    --- - Default opts = 1.\n    --- - opts = 1 for noremap and silent and nowait.\n    --- - opts = 2 for not noremap and silent.\n    --- - opts = 3 for noremap and not silent.\n    --- - opts = 4 for not noremap and not silent.\n    --- - opts = 5 for expr and noremap and silent.\n    --- - opts = 6 for noremap and silent and wait.\n    --- - opts = 7 for noremap and silent and nowait and expr.\n    ---@tparam table extend_opts: Extension or overriding of opts if opts is a number.\n    require(\"utils.mapper\").map(mode, key, map_to, opts, extend_opts)\n\n    --- Examples:\n\trequire(\"utils.mapper\").map({ \"n\", \"v\" }, \"gx\", \"\u003cesc\u003e:URLOpenUnderCursor\u003ccr\u003e\", { desc = \"Open URL under cursor\" })\n\trequire(\"utils.mapper\").map(\"n\" }, \"gx\", \"\u003cesc\u003e:URLOpenUnderCursor\u003ccr\u003e\", 2, { desc = \"Open URL under cursor\" })\n```\n\n## Install LSP, debugger\n\n- We use mason plugin to automatically install lsps, debuggers, linters\n- To ensure a package is automatically synced on startup, you can create a `.masonrc.json` file in the project's root directory or add\n  packages to ensured_installed in ~/.config/nvim/lua/plugins/configs/mason.lua\n- If you want disable automatically synced mason packages on startup, you can change\n  `auto_sync = false` in ~/.config/nvim/lua/plugins/configs/mason.lua\n- Additionally, you can manually sync the package by using the command `:MasonSyncPackages` in your neovim\n\n- Example .masonrc.json\n  ![.masonrc.json](./docs/readme/masonrc.png)\n\n## Requirements\n\n- xclip (for clipboard support)\n- fd (for telescope)\n- ripgrep (for telescope)\n- Nerdfonts (for icons) (I use Hack Nerd Font)\n- Neovim 0.5 or higher\n\nArch Linux:\n\n```bash\nsudo pacman -S xclip fd ripgrep\n```\n\n```bash\nyay -S ttf-hack-nerd\n```\n\n## Installation\n\nClone this repository into your Neovim configuration directory.\n\nLinux and MacOS:\n\nSSH method (recommended)\n\n```bash\n[ -d ~/.config/nvim ] \u0026\u0026 mv ~/.config/nvim ~/.config/nvim.bak ; git clone git@github.com:sontungexpt/stinvim.git ~/.config/nvim --depth 1\n```\n\n```bash\n[ -d ~/.config/nvim ] \u0026\u0026 mv ~/.config/nvim ~/.config/nvim.bak ; git clone https://github.com/sontungexpt/stinvim.git ~/.config/nvim --depth 1\n```\n\nWindows (git bash)\n\n```bash\n[ -d %USERPROFILE%/Local/nvim ] \u0026\u0026 mv %USERPROFILE%\\AppData\\Local\\nvim %USERPROFILE%\\AppData\\Local\\nvim.bak ; git clone https://github.com/sontungexpt/stinvim.git %USERPROFILE%\\AppData\\Local\\nvim --depth 1\n```\n\nYou will also need to install the plugins. This configuration uses the lazy.nvim plugin manager to manage plugins. You can install the plugins by opening Neovim and running `:Lazy sync`\n\nIn this distro we enable two providers: nodejs and python so please install it or you can disable it in file ~/.config/nvim/lua/core/provider.lua\n\n```bash\n# for nodejs\nnpm install -g neovim\n\n# for ruby\n# gem install neovim\n\n# for python\npython3 -m venv .venv\nsource .venv/bin/activate\npip install --upgrade pip\npip install neovim\n```\n\n```vim\n:Lazy sync\n```\n\n## Inspiration\n\n- [neovim-config](https://github.com/sontungexpt/neovim-config)\n\n## Configuration\n\nThis configuration is highly customizable and easy to configure.\n\n## Contributions\n\nIf you find any issues with this configuration or would like to contribute, please feel free to submit a pull request or open an issue.\n\n## License\n\nThis configuration is licensed under the MIT license - see the [LICENSE](LICENSE) file for details.\n","funding_links":[],"categories":["Preconfigured Configuration"],"sub_categories":["Competitive Programming","Automation"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsontungexpt%2Fstinvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsontungexpt%2Fstinvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsontungexpt%2Fstinvim/lists"}