{"id":13898311,"url":"https://github.com/AlphaTechnolog/nvim-dotfiles","last_synced_at":"2025-07-17T15:33:05.704Z","repository":{"id":106237302,"uuid":"392487243","full_name":"AlphaTechnolog/nvim-dotfiles","owner":"AlphaTechnolog","description":"My nvim dotfiles","archived":false,"fork":false,"pushed_at":"2021-08-13T19:39:49.000Z","size":793,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-24T18:55:28.189Z","etag":null,"topics":["config","dotfiles","neovim","vim"],"latest_commit_sha":null,"homepage":"","language":"Vim script","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/AlphaTechnolog.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}},"created_at":"2021-08-03T23:43:42.000Z","updated_at":"2021-11-21T15:03:16.000Z","dependencies_parsed_at":"2023-05-30T21:15:30.141Z","dependency_job_id":null,"html_url":"https://github.com/AlphaTechnolog/nvim-dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AlphaTechnolog/nvim-dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlphaTechnolog%2Fnvim-dotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlphaTechnolog%2Fnvim-dotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlphaTechnolog%2Fnvim-dotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlphaTechnolog%2Fnvim-dotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlphaTechnolog","download_url":"https://codeload.github.com/AlphaTechnolog/nvim-dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlphaTechnolog%2Fnvim-dotfiles/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265622813,"owners_count":23800042,"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":["config","dotfiles","neovim","vim"],"created_at":"2024-08-06T18:04:13.549Z","updated_at":"2025-07-17T15:33:05.390Z","avatar_url":"https://github.com/AlphaTechnolog.png","language":"Vim script","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"# nvim-dotfiles\n\nThis is my nvim-dotfiles.\n\n## Screenshots\n\n![screenshot-1](./.screenshots/1.png)\n![screenshot-2](./.screenshots/2.png)\n![screenshot-3](./.screenshots/3.png)\n\n\u003e NOTE: The fonts showed in the screenshots are OperatorMono and Fantasque iCursive Op with tmux\n\n## Getting started\n\nFirst clone this repo, and activate the nvim config:\n\n```sh\nmkdir -p ~/repo \u0026\u0026 cd ~/repo\ngit clone https://github.com/AlphaTechnolog/nvim-dotfiles.git\nif [[ -d $HOME/.config/nvim ]]; then mv $HOME/.config/nvim $HOME/.config/nvim.old; fi\ncp -r ./nvim-dotfiles ~/.config/nvim\n```\n\n## Installing the plugins\n\nNow open `nvim`:\n\n```sh\nnvim\n```\n\nAnd type the command `:PlugInstall`\n\nRestart nvim and the config was applied.\n\n## Features\n\n- Airline - as statusbar\n- coc (enable it, see bottom for activate) - for autocomplete\n- emmet-vim - for autocomplete\n- vim-polyglot - for most syntax highlighting\n- nerdtree - files explorer\n- vim-devicons - for files icons\n- tmuxline - for tmux integration\n- vim-closetag - for autotag close in html\n- vim-cpp-modern - for cpp syntax highlighting\n- vim-cpp-enhanced-highlight - for cpp enhanced syntax highlighting\n- indentline - (the name explain the functionality)\n- vim-autopairs - for coding autopair\n- vim-signify - for git integration\n- Colorizer - for hex and css colors highlighting\n- vim-manpager - for use vim as man pager\n\n## Enabling coc\n\nTo enable coc, first go to the file `plugins/init.vim`, and uncomment\nthis line: `\" Plug 'neoclide/coc.nvim', {'branch': 'release'}` the line\n46.\n\nNow go to the file `init.vim`, and uncomment this line: `\" source $HOME/.config/nvim/plugins/configs/coc.vim`\nthe line 31.\n\nChange the settings as you want and enjoy\n\n## Keybindings\n\n- To change to normal mode in insert mode use: jk, kk, kj, jj.\n- Use M-hjkl to resize a splited window, and use C-hjkl to change focus to a splited window.\n- Use C-s to save the file and C-q to save and exit.\n- Use C-b to close a buffer\n- Use TAB and S-TAB to navigate between buffers in normal mode\n\n## Selecting a theme\n\nActually I have two themes configured:\n\n- Gruvbox Material Mix Hard\n- Edge Aura\n- Edge Light\n- Everforest Dark\n- Material Theme (as default look)\n- Onedark\n- Dracula Theme\n- Horizon Dark\n\nIf you select the main branch you don't have a selected theme,\nto switch to gruvbox material mix hard or edge aura, select one of\nthis branchs:\n\n- gruvbox-mix-hard\n- edge\n- edge-light\n- everforest-dark\n- material\n- onedark\n- dracula\n- horizon\n\n### Pywal\n\nIf you use pywal you must use the branch: `wal`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAlphaTechnolog%2Fnvim-dotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAlphaTechnolog%2Fnvim-dotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAlphaTechnolog%2Fnvim-dotfiles/lists"}