{"id":32529696,"url":"https://github.com/devflex-pro/devflex-nvim","last_synced_at":"2026-05-17T09:34:40.045Z","repository":{"id":320354904,"uuid":"1081769627","full_name":"devflex-pro/devflex-nvim","owner":"devflex-pro","description":"A handcrafted Neovim configuration built from scratch, focused on speed, simplicity, and productivity. Designed for TypeScript, Vue 3, and Go development under Linux + tmux workflow.","archived":false,"fork":false,"pushed_at":"2026-01-11T17:05:46.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-11T19:47:01.363Z","etag":null,"topics":["nvim","nvim-configs"],"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/devflex-pro.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-23T09:05:01.000Z","updated_at":"2026-01-11T17:05:49.000Z","dependencies_parsed_at":"2025-10-23T11:23:15.417Z","dependency_job_id":"971150e9-113c-4149-92a1-476687c71728","html_url":"https://github.com/devflex-pro/devflex-nvim","commit_stats":null,"previous_names":["devflex-pro/devflex-nvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devflex-pro/devflex-nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devflex-pro%2Fdevflex-nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devflex-pro%2Fdevflex-nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devflex-pro%2Fdevflex-nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devflex-pro%2Fdevflex-nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devflex-pro","download_url":"https://codeload.github.com/devflex-pro/devflex-nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devflex-pro%2Fdevflex-nvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33133711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["nvim","nvim-configs"],"created_at":"2025-10-28T11:20:29.009Z","updated_at":"2026-05-17T09:34:40.040Z","avatar_url":"https://github.com/devflex-pro.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧠 DevFlex Neovim Config\n\nA handcrafted **Neovim configuration built from scratch**, focused on speed, simplicity, and productivity.  \nDesigned for **TypeScript**, **Vue 3**, and **Go** development under **Linux + tmux** workflow.\n\n---\n\n## ✨ Highlights\n\n- ⚙️ Fully written in **Lua**\n- 🧩 Modular structure — easy to read, extend, and maintain\n- 🦾 Complete LSP, formatting, and autocompletion setup\n- 💻 Seamless development experience for **Vue 3**, **TypeScript**, and **Go**\n- 🎨 Custom UI with **Nightfox** (light theme)\n- 🔍 **Telescope** for fuzzy search and file navigation\n- 📂 **Neo-tree** for file management\n- 🧱 **Mason** for installing and updating LSPs, formatters, and linters\n- ⚡️ Tuned for a clean tmux + Neovim environment\n\n---\n\n## 📁 Directory Structure\n\n```\n\n~/.config/nvim\n├── lua/\n│   ├── core/\n│   │   ├── init.lua          # General settings and options\n│   │   ├── keymaps.lua       # Custom keybindings\n│   │   └── options.lua       # Editor behavior\n│   │\n│   ├── extras/               # Optional additions and helpers\n│   │   └── init.lua\n│   │\n│   ├── plugins/\n│   │   ├── configs/          # Plugin-specific configurations\n│   │   │   ├── bufferline.lua\n│   │   │   ├── cmp.lua\n│   │   │   ├── lualine.lua\n│   │   │   ├── mason.lua\n│   │   │   ├── neo-tree.lua\n│   │   │   └── telescope.lua\n│   │   └── init.lua\n│   │\n│   ├── ui/\n│   │   ├── themes/\n│   │   │   └── nightfox.lua  # Theme configuration\n│   │   └── lsp.lua           # LSP UI tweaks\n│   │\n│   └── lsp.lua               # Main LSP configuration\n│\n├── init.lua                   # Entry point\n└── lazy-lock.json             # Plugin lockfile (lazy.nvim)\n\n````\n\n---\n\n## 🧩 Core Plugins\n\n| Plugin | Purpose |\n|--------|----------|\n| `nvim-lspconfig` | Core LSP setup |\n| `vtsls` | TypeScript + Vue language server |\n| `mason.nvim` | LSP/DAP/formatter manager |\n| `nvim-cmp` | Autocompletion engine |\n| `neo-tree.nvim` | File explorer |\n| `telescope.nvim` | Fuzzy finder |\n| `bufferline.nvim` | Tabs and buffers |\n| `lualine.nvim` | Statusline |\n| `nightfox.nvim` | Theme |\n\n---\n\n## 🎨 UI / Experience\n\n- Minimalist interface with Nightfox (light) theme  \n- Rounded borders and smooth transitions  \n- Consistent colors across plugins  \n- Configured for distraction-free coding  \n\n---\n\n## 🧰 Commands\n\n| Command | Description |\n|----------|-------------|\n| `:Mason` | Manage LSP servers and tools |\n| `:LspInfo` | Show active LSPs |\n| `:Telescope find_files` | Search files |\n| `:NeoTreeFocusToggle` | Toggle file tree |\n| `:Format` | Format buffer |\n\n---\n\n## 💡 Philosophy\n\nThis setup is intentionally simple — no frameworks, no presets, no layers of abstraction.  \nEvery file and setting is explicit, predictable, and easy to reason about.  \nIt’s a **developer’s tool**, not a black box — optimized for clarity and control.\n\n---\n\n## 🧑‍💻 Author\n\n**Pavel Sanikovich**  \nLinux / tmux / Neovim enthusiast  \nSpecialized in Go, TypeScript, Vue 3, and Kafka systems.\n\n---\n\n## ⚙️ Installation\n\n```bash\ngit clone https://github.com/devflex-pro/nvim-config.git ~/.config/nvim\nnvim\n````\n\n---\n\n## License\n\nMIT © Pavel Sanikovich\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevflex-pro%2Fdevflex-nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevflex-pro%2Fdevflex-nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevflex-pro%2Fdevflex-nvim/lists"}