{"id":24781128,"url":"https://github.com/uggedal/nvim-config","last_synced_at":"2025-03-24T05:14:47.182Z","repository":{"id":66365683,"uuid":"580836374","full_name":"uggedal/nvim-config","owner":"uggedal","description":"Neovim config","archived":false,"fork":false,"pushed_at":"2023-10-26T13:49:43.000Z","size":141,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-10-26T15:08:24.785Z","etag":null,"topics":["journal","lightweight","lsp","lua","markdown","neovim","todo","todos"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"0bsd","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uggedal.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}},"created_at":"2022-12-21T15:16:13.000Z","updated_at":"2023-12-20T16:37:29.414Z","dependencies_parsed_at":"2023-12-20T16:37:25.987Z","dependency_job_id":"47d7ef3e-b223-4b5d-a875-36a4e099ce19","html_url":"https://github.com/uggedal/nvim-config","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uggedal%2Fnvim-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uggedal%2Fnvim-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uggedal%2Fnvim-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uggedal%2Fnvim-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uggedal","download_url":"https://codeload.github.com/uggedal/nvim-config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245212304,"owners_count":20578443,"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":["journal","lightweight","lsp","lua","markdown","neovim","todo","todos"],"created_at":"2025-01-29T10:51:42.269Z","updated_at":"2025-03-24T05:14:47.157Z","avatar_url":"https://github.com/uggedal.png","language":"Lua","readme":"# Neovim config\n\nNeovim config in lua.\n\n## Configuration\n\n- [settings](lua/settings.lua): tweak built-in settings.\n- [languages](lua/languages.lua): spaces vs tab indent setup, text wrapping,\n  line numbering and conceal for different languages.\n- [keymaps](lua/keymaps.lua): definition and re-definition of built-in mappings:\n  - `\u003cC-l\u003e`: clear screen (original) and clear search highlight.\n  - `,cp`: paste from system clipboard.\n  - `,cy`: yank to system clipboard (visual mode).\n  - `,p`: previous buffer.\n  - `,n`: next buffer.\n  - `,d`: delete buffer.\n  - `,gc`: git commit and sync.\n  - `,e`: edit in working directory of current file.\n  - `gl`: view diagnostic.\n\n## Custom plugins\n\n- [gh](lua/gh.lua): custom GitHub based color scheme (slight differences from\n  the popular [projekt0n/github-nvim-theme][gh-theme]).\n\n## Other plugins\n\n- [which-key](lua/plugins/which-key.lua) with spelling suggestions (`z=`).\n- [treesitter](lua/plugins/treesitter.lua).\n- [telescope](lua/plugins/telescope.lua) with `telescope-fzf-native` with\n  mappings for:\n  - `\u003cC-p\u003e`: finding files\n  - `\u003cC-g`: live grep\n  - `,gl`: list git commits of current file.\n  - `,gL`: list all git commits.\n  - `,gB`: list git branches.\n  - `,gs`: show git status\n  - `gr`: list lsp references\n- [buftabline](lua/plugins[buftabline.lua) for buffer list in the tabline with\n  mappings `,1` to `,9` to switch to buffer with corresponding index.\n- [gitsigns](lua/plugins/gitsigns.lua) showing diffs in number column and\n  mappings for:\n  - `,gb`: git blame for current line.\n  - `[h`: go to previous diff hunk.\n  - `]h`: go to previous diff hunk.\n- `nvim-colorizer` to highlight hex color definitions.\n- `nvim-lastplace` for opening files at last edit position.\n- `mkdir` for creating missing directories when saving files.\n- [lsp](lua/plugins/lsp.lua) with mappings for:\n  - `gd`: go to definition.\n  - `,lr`: rename.\n  - `,lc`: code action.\n  - `K`: show symbol info.\n- [lspconfig](lua/plugins/lspconfig.lua) setup for `pylsp`, `bashls`, `deno`,\n  `gopls` and `lua-language-server`.\n- [null-ls](lua/plugins/null-ls.lua) with:\n  - Lua formatting: `stylua`.\n  - Shell formatting and diagnostics: `shfmt` and `shellcheck`.\n  - Go formatting: `gofmt`.\n- [cmp](lua/plugins/cmp.lua) for non-automatic completion with `Tab` for `path`,\n  `lsp` and `buffer` sources.\n\n[gh-theme]: https://github.com/projekt0n/github-nvim-theme\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuggedal%2Fnvim-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuggedal%2Fnvim-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuggedal%2Fnvim-config/lists"}