{"id":24868742,"url":"https://github.com/daltonsw/daltvim","last_synced_at":"2025-08-19T23:08:23.536Z","repository":{"id":255698906,"uuid":"852481959","full_name":"DaltonSW/daltvim","owner":"DaltonSW","description":"Dalton's NeoVim","archived":false,"fork":false,"pushed_at":"2025-07-20T17:44:05.000Z","size":219,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-20T19:22:52.364Z","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/DaltonSW.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,"zenodo":null}},"created_at":"2024-09-04T22:07:32.000Z","updated_at":"2025-07-20T17:44:08.000Z","dependencies_parsed_at":"2024-11-16T16:24:57.368Z","dependency_job_id":"11b0c768-b6c0-441b-97c8-d2ddc7722f59","html_url":"https://github.com/DaltonSW/daltvim","commit_stats":null,"previous_names":["daltonsw/daltvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DaltonSW/daltvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaltonSW%2Fdaltvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaltonSW%2Fdaltvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaltonSW%2Fdaltvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaltonSW%2Fdaltvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DaltonSW","download_url":"https://codeload.github.com/DaltonSW/daltvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaltonSW%2Fdaltvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271236280,"owners_count":24723978,"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","status":"online","status_checked_at":"2025-08-19T02:00:09.176Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-02-01T02:32:51.230Z","updated_at":"2025-08-19T23:08:23.519Z","avatar_url":"https://github.com/DaltonSW.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DaltVim\n\n![\"DaltVim Dashboard\"](./assets/dashboard.jpg)\n\n## Plugins Installed\n\n| Plugin | Description |\n| - | - |\n| Catppuccin | Pretty theme |\n| Comment.nvim | Makes commenting lines and blocks easier, and integrates with repeats and numbers better |\n| Conform | Automatic formatting, integrating various formatters for customizable languages |\n| Dashboard | Startup screen that's pretty and functional |\n| Highlight Colors | Actively color hexcodes inside of nvim |\n| LSP Zero | Bundled LSP plugins and settings for smoother setup. Not required, but much simpler |\n| Lualine | More informative and prettier statusline |\n| Mason | In-neovim tool for managing LSPs, debuggers, formatters, and more |\n| nvim-cmp | Auto-completion and integration with LSPs |\n| Neotree | Tree-based file browser, though can display git status and document symbols too |\n| Noice | Notifications and command line visual enhancements |\n| Octo | GitHub repo interaction (issues, PRs, etc.) |\n| Project | System-wide project tracker for quick jumping between git repos |\n| Render Markdown | Makes markdown super pretty when viewing it inside of nvim |\n| Telescope | Fuzzy-finding for many a thing (files, projects, symbols, errors, etc.) |\n| TODO Comments | Colors various keywords in comments to call stuff out |\n| ToggleTerm | Lets you float a terminal for quick stuff without messing with tabs and buffers |\n| Treesitter | Incremental-parsing library used for analysis and tooling |\n| Trouble | Better tracking of issues, suggestions, etc. Like ToDo Comments but for LSP warnings |\n| Undo Tree | Tree-like undo history, allowing for jumping around and branching your edits |\n| Vim Sleuth | Auto-detect tabstops and shift widths and such |\n| Which Key | Visualization of keymappings based on the currently chorded keystrokes |\n\n### Mini\n\nI also have `mini.nvim` installed, which is a collection of smaller standalone plugins.\nThere are more available, but I've gone with the following:  \n\n| Plugin | Description |\n| - | - |\n| `mini.animate` | Smoother scrolling and cursor movement |\n| `mini.icons` | ASCII and glyph icons for other plugins to make use of |\n| `mini.jump` | Enables better jumping forward and backward |\n| `mini.move` | Allows you to move lines and selections around without cutting |\n| `mini.pairs` | Automatic pairing for quotes, brackets, etc. |\n| `mini.surround` | Lets you surround selections with quotes, brackets, etc. |\n\n## Problems I've Discovered\n\n### Pending\n\n- Open link under cursor in browser\n    - I tried `url-open` but it was unable to launch URLs inside of WSL properly for me\n\n### Solved\n\n- Way to jump into config from Dashboard\n    - Using `Telescope` and pointing it to nvim config folder\n- A way to interact with files and folders that isn't netrw\n    - `Neotree` for full-dir visualizing, and adding/renaming/moving/etc\n    - `Telescope` for moving quickly between files and searching for them (among other things)\n- No autocompleting braces/parens\n    - `mini.pairs`\n- How can I wrap existing text with parents/quotes/etc? (ie \"string\" -\u003e { \"string\" } )\n    - `mini.surround`\n\n## Things To Do\n\n### General Considerations\n\n- Consider replacing Neotree with mini.files + fugitive, it looks like it's a bit cleaner for what I want\n\n### Configuration of Installed Plugins\n\n- Configure `lualine`. Remove some stuff and see what can be added (like I don't need file encoding type or Tux in my bar)\n\n### Concepts To Investigate Without Installed Plugins\n\n- [ ] Testing\n- [ ] Folding\n- [ ] Jumping to stuff in view\n- [ ] Debugging\n- [ ] AI...?\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaltonsw%2Fdaltvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaltonsw%2Fdaltvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaltonsw%2Fdaltvim/lists"}