{"id":16605709,"url":"https://github.com/desyncr/neovim","last_synced_at":"2026-04-13T04:02:28.625Z","repository":{"id":49800845,"uuid":"518159662","full_name":"desyncr/neovim","owner":"desyncr","description":"Neovim configuration","archived":false,"fork":false,"pushed_at":"2022-07-28T00:50:03.000Z","size":2099,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-17T10:44:12.261Z","etag":null,"topics":["dotfiles","neovim","vim"],"latest_commit_sha":null,"homepage":"","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/desyncr.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":"2022-07-26T17:39:27.000Z","updated_at":"2022-07-27T15:12:25.000Z","dependencies_parsed_at":"2022-09-15T05:41:17.115Z","dependency_job_id":null,"html_url":"https://github.com/desyncr/neovim","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/desyncr%2Fneovim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/desyncr%2Fneovim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/desyncr%2Fneovim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/desyncr%2Fneovim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/desyncr","download_url":"https://codeload.github.com/desyncr/neovim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242752705,"owners_count":20179564,"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":["dotfiles","neovim","vim"],"created_at":"2024-10-12T01:01:16.192Z","updated_at":"2025-12-24T04:32:09.764Z","avatar_url":"https://github.com/desyncr.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Neovim configuration\n\nPersonal [neovim](https://neovim.io/) configuration for [Astronvim](https://astronvim.github.io/).\n\n![Screenshot](https://github.com/desyncr/neovim/blob/master/screenshot.png?raw=true)\n\n## Install\n\nThis repository follows the installation structure described in [Managing User Configuration](https://astronvim.github.io/configuration/manage_user_config) section of the [AstroNvim documentation](https://astronvim.github.io/).\n\nThe structure I'm using looks as follows:\n\n```\n$ tree ~/.config\n.\n├── astronvim\n│   └── lua\n├── nvim\n│   ├── init.lua\n│   ├── lua\n\n```\n\nAstroNvim repository will be cloned in `nvim`. This directory should not be modified.\nAll personal configurations should be located in `astronvim`.\n\n\n### Install AstroNvim\n\n- Backup previous nvim configurations:\n\n\n```\n$ mv ~/.config/nvim ~/.config/nvim.bak\n$ mv ~/.local/share/nvim/site ~/.local/share/nvim/site.bak\n```\n\n\n- Clone repository:\n```\n$ git clone https://github.com/AstroNvim/AstroNvim ~/.config/nvim\n```\n\n\n- Sync plugins:\n\n```\n$ nvim +PackerSync +qall\n```\n\n### Install personal configurations\n\n- Create directory structure:\n\n```\n$ mkdir -p ~/.config/astronvim/lua\n```\n\n- Clone this repository:\n\n```\n$ git clone git@github.com:desyncr/neovim.git ~/.config/astronvim/lua/user\n```\n\n- Sync plugins:\n\n```\n$ nvim +PackerSync +qall\n```\n\n## Structure\n\n- `init.lua`: General AstroNvim configurations such as updater's channel, theme, [Alpha's dashboard](https://github.com/goolord/alpha-nvim) header.\n- `mappings.lua`: All custom key mappings.\n- `options.lua`: General custom vim options, such as wrap, fold method, linebreak.\n- `plugins/init.lua`: All custom plugins.\n\n## Plugins\n\nCustom plugins:\n\n### General\n- `desyncr/vim-cheat40`: Custom cheatsheets\n- `junegunn/vim-easy-align`: Easy align\n- `preservim/vim-pencil`: Better writting mode\n- `ethanholz/nvim-lastplace`: Remember last place\n\n### Visual\n- `b0o/incline.nvim`: Split line\n- `VonHeikemen/searchbox.nvim`, requires: `MunifTanjim/nui.nvim`: Better search position/box\n- `gelguy/wilder.nvim`, requires: `romgrk/fzy-lua-native`: Better command and search mode\n- `Pocco81/TrueZen.nvim`: Zen mode\n- `dstein64/nvim-scrollview`: Scroll bars\n- `beauwilliams/focus.nvim`: Zoom and focus on splits\n\n### Files\n- `kyazdani42/nvim-tree.lua`: Better tree view\n- `nvim-telescope/telescope-fzy-native.nvim`: Faster fuzzy searching\n\n### Other\n- `praem90/nvim-phpcsf`: PHP CS fixer integration\n- `ellisonleao/glow.nvim`: Markdown preview in vim\n\n\n## Dependencies\n\n- Telescope might require [`ripgrep`](https://github.com/BurntSushi/ripgrep)\n- `glow.nvim` requires [`glow` binary](https://github.com/charmbracelet/glow)\n- `lazygit.nvim` requires [`lazygit`](https://github.com/jesseduffield/lazygit)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdesyncr%2Fneovim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdesyncr%2Fneovim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdesyncr%2Fneovim/lists"}