{"id":13761222,"url":"https://github.com/windwp/nvim","last_synced_at":"2025-10-29T08:32:08.927Z","repository":{"id":50089789,"uuid":"348944598","full_name":"windwp/nvim","owner":"windwp","description":"My Neovim config - windvim","archived":false,"fork":false,"pushed_at":"2021-07-16T12:14:11.000Z","size":142,"stargazers_count":19,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"nvim","last_synced_at":"2025-02-07T11:58:34.457Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","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/windwp.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}},"created_at":"2021-03-18T04:49:03.000Z","updated_at":"2024-07-01T06:09:49.000Z","dependencies_parsed_at":"2022-08-03T18:45:24.533Z","dependency_job_id":null,"html_url":"https://github.com/windwp/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/windwp%2Fnvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/windwp%2Fnvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/windwp%2Fnvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/windwp%2Fnvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/windwp","download_url":"https://codeload.github.com/windwp/nvim/tar.gz/refs/heads/nvim","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238795341,"owners_count":19531719,"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-08-03T13:01:44.215Z","updated_at":"2025-10-29T08:32:02.564Z","avatar_url":"https://github.com/windwp.png","language":"Lua","readme":"## NEOVIM Config - Windvim\n\n![demo](https://i.imgur.com/Fr9uQO7.png)\n\n## Install\n``` bash\n./scripts/setup.sh\n\n```\n## Plugins\n\n* [Paq](https://github.com/savq/paq-nvim)\n* [Telescope](https://github.com/nvim-telescope/telescope.nvim)\n* [windline](https://github.com/windwp/windline.nvim)\n\n\n## Plug\n\nI use [Paq](https://github.com/savq/paq-nvim) and create a function Plug so I can use it like (vim-plug)\nwith Plug you can customize it to load config from lua or vim\n\n``` lua\n\nPlug {'neoclide/jsonc.vim'   , ft = 'json'}\nPlug {'junegunn/gv.vim'      , on = 'GV'}\n\n\n\n-- load vim file in /plug/fern.vim\nPlug {'lambdalisue/fern.vim' , config = 'fern.vim'}\n\n```\nPlug can lazy load with filetype(ft),command(on), event and key.\n\nI don't need to rename Plug to `paq` or `use` \n\nAll plugins config is store on folder /plug/.vim and /lua/wind/plug/.lua\n\nIf you are develop or test config you can run command `:WindDev`.\nIt will enable dev mode and all import module is auto reload.\n\n\n## LSP\n\nby default it load some lsp server lua, jsonls, yamls.\n\nAnother lsp can load when you open project and run script with my plugin\n[project-config](https://github.com/windwp/nvim-projectconfig)\n\n``` lua\n\nWind.load_lsp {'tsserver', 'efm'}\nWind.load_lsp 'gopls'\n\nWind.load_theme 'gruvbox'\n\n```\n## Thanks\n\n* [habamax](https://github.com/habamax/)\n* [tjdevries](https://github.com/tjdevries)\n* [glepnir](https://github.com/glepnir)\n\n","funding_links":[],"categories":["Lua"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwindwp%2Fnvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwindwp%2Fnvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwindwp%2Fnvim/lists"}