{"id":16271127,"url":"https://github.com/morpheuslord/nvim-config","last_synced_at":"2025-10-04T06:31:12.283Z","repository":{"id":143402622,"uuid":"564640511","full_name":"morpheuslord/nvim-config","owner":"morpheuslord","description":"Nvim Personal config for windows and WSL","archived":false,"fork":false,"pushed_at":"2022-11-12T13:48:35.000Z","size":4669,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-10T21:17:23.331Z","etag":null,"topics":["neovim","neovim-configs","neovim-configuration","nvim","nvim-config","nvim-configs","nvim-lua","nvimrc"],"latest_commit_sha":null,"homepage":"","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/morpheuslord.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":"2022-11-11T06:34:10.000Z","updated_at":"2023-12-27T22:40:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"c8603d3c-f319-4090-aae5-2c52e86f38cf","html_url":"https://github.com/morpheuslord/nvim-config","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/morpheuslord%2Fnvim-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morpheuslord%2Fnvim-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morpheuslord%2Fnvim-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morpheuslord%2Fnvim-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/morpheuslord","download_url":"https://codeload.github.com/morpheuslord/nvim-config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235222584,"owners_count":18955331,"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":["neovim","neovim-configs","neovim-configuration","nvim","nvim-config","nvim-configs","nvim-lua","nvimrc"],"created_at":"2024-10-10T18:12:33.887Z","updated_at":"2025-10-04T06:31:10.974Z","avatar_url":"https://github.com/morpheuslord.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nvim-config\nNeovim configuration for windows, linux and WSL.\n\n## Pre-Requesits\nBoth Windows And Linux\n- nerd-fonts\nIn windows:\n- Windows terminal Application\n\n## Features\n\n- can be used both on windows and wsl\n- easy to install plugins\n- Has 36 most used plugins\n\n\n\n## Installation\n\nTo deploy this project run\n\n**Windows**\n```cmd\n  c:\\\u003e cd c:\\Users\\'\u003cUsername\u003e'\\AppData\\Local\\\n```\n```cmd\n  c:\\\u003e git clone https://github.com/morpheuslord/nvim-config nvim\n```\n```cmd\n  c:\\\u003e nvim +PackerSync\n```\n**WSL\\Linux**\n```bash\n $ cd ~/.config \u0026\u0026 git clone https://github.com/morpheuslord/nvim-config nvim\n```\n```bash\n $ nvim +PackerSync\n```\n\n\n## Configure\n\n**Tree Structure**\n```bash\n├── init.lua\n├── lua\n│   ├── autopairs-config\n│   │   └── init.lua\n│   ├── blankline-config\n│   │   └── init.lua\n│   ├── bufferline-config\n│   │   └── init.lua\n│   ├── colorizer-config\n│   │   └── init.lua\n│   ├── colorscheme\n│   │   └── init.lua\n│   ├── comment-config\n│   │   └── init.lua\n│   ├── dashboard-config\n│   │   └── init.lua\n│   ├── keybindings\n│   │   └── init.lua\n│   ├── lsp\n│   │   ├── cmp.lua\n│   │   ├── diagnostic_signs.lua\n│   │   ├── init.lua\n│   │   └── language_servers.lua\n│   ├── lspsaga-config\n│   │   └── init.lua\n│   ├── null-ls-config\n│   │   └── init.lua\n│   ├── nvim-tree-config\n│   │   └── init.lua\n│   ├── options\n│   │   └── init.lua\n│   ├── plugins\n│   │   └── init.lua\n│   ├── presence-config\n│   │   └── init.lua\n│   ├── staline-config\n│   │   ├── init.lua\n│   │   ├── normal.lua\n│   │   ├── simple.lua\n│   │   └── simpler.lua\n│   ├── telescope-config\n│   │   └── init.lua\n│   ├── toggleterm-config\n│   │   └── init.lua\n│   ├── treesitter-config\n│   │   └── init.lua\n│   ├── twilight-config\n│   │   └── init.lua\n│   ├── whichkey-config\n│   │   └── init.lua\n│   └── zen-mode-config\n│       └── init.lua\n├── pack\n│   └── kite\n│       └── start\n│           └── vim-plugin\n│               ├── autoload\n│               │   ├── kite\n│               │   │   ├── async.vim\n│               │   │   ├── client.vim\n│               │   │   ├── codenav.vim\n│               │   │   ├── completion.vim\n│               │   │   ├── docs.vim\n│               │   │   ├── document.vim\n│               │   │   ├── events.vim\n│               │   │   ├── hover.vim\n│               │   │   ├── languages.vim\n│               │   │   ├── metrics.vim\n│               │   │   ├── onboarding.vim\n│               │   │   ├── signature.vim\n│               │   │   ├── snippet.vim\n│               │   │   ├── status.vim\n│               │   │   └── utils.vim\n│               │   └── kite.vim\n│               ├── DEVELOPMENT.md\n│               ├── doc\n│               │   └── kite.txt\n│               ├── lib\n│               │   ├── linux\n│               │   │   └── kite-http\n│               │   ├── macos\n│               │   │   └── kite-http\n│               │   └── windows\n│               │       ├── kite-http.exe\n│               │       └── md5Sum.exe\n│               ├── LICENSE\n│               ├── LSP.md\n│               ├── plugin\n│               │   └── kite.vim\n│               ├── README.md\n│               ├── syntax\n│               │   └── kite.vim\n│               └── VERSION\n└── plugin\n    └── packer_compiled.lua\n```\n\n**Add new plugins**\n\nTo add new plugins you must edit:\n```bash\n   lua\\plugins\\init.lua\n```\nAfter editing the plugins\\init.lua file:\n```bash\n   $ nvim +PackerSync\n```\n\n**Change colorscheme**\n\nTo edit the colorscheme you must edit:\n```bash\n   lua\\colorscheme\\init.lua\n```\n\nThe file Contents:\n```lua\nlocal status, _ = pcall(vim.cmd, \"colorscheme \u003c\u003c COLORSCHEME \u003e\u003e \")\nif not status then\n    print(\"Colorscheme Not Found !!!!!\")\n    return\nend\n```\nThe default colorscheme is carbonfox from nightfox plugins.\n\n****\n\nAlmost all the plugins have their configurations inside their own dedicated directory with an init.lua file.\n****\n\n\n## Screenshots\n\n**Simple View:**\n![One](https://github.com/morpheuslord/nvim-config/blob/main/demo/nvim1.png?raw=true)\n\n**ToggleTerm:**\n![Two](https://github.com/morpheuslord/nvim-config/blob/main/demo/nvim2.png?raw=true)\n\n**Telescope:**\n![Three](https://github.com/morpheuslord/nvim-config/blob/main/demo/nvim3.png?raw=true)\n\n***\n\nThere are more you can do with this on the asthetics part but for me this was enough I wanted to keep it simple and more complatible so I did not concentrate more on the looks\n\n***\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorpheuslord%2Fnvim-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmorpheuslord%2Fnvim-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorpheuslord%2Fnvim-config/lists"}