@@ -55,8 +55,6 @@ The configuration is intentionally minimal and easy to adapt. You’re free to:
5555
5656Use it as-is or tailor it to match your team's development workflow.
5757
58- ---
59-
6058## ✅ Features
6159
6260- 📦 ** Reproducible environments** for Python development
@@ -65,16 +63,12 @@ Use it as-is or tailor it to match your team's development workflow.
6563- 🧩 Simple to extend with Jupyter, SQL drivers, and more
6664- 🔁 Works identically on any machine with Docker
6765
68- ---
69-
7066## 🧪 Tested with
7167
7268- ** Docker** : ` 27.3.1 ` – ` 28.2.2 `
7369- ** buildx** : ` 0.20.0 ` – ` 0.25.0 `
7470- ** Compose** : ` 2.32.1 ` – ` 2.37.1 `
7571
76- ---
77-
7872## 🚀 Getting Started
7973
8074### 1. Configure environment and Python settings
@@ -155,44 +149,40 @@ productivity and designed to work out of the box — but is fully customizable.
155149- ✅ Enhanced status line, file tree, and fuzzy finding
156150- ✅ Python-focused indentation, folding, and style enforcement
157151
158- ---
159-
160152### 🔌Included Plugins
161153
162154#### 🧠 Code Intelligence
163155
164- - ** [ coc.nvim] ( https://github.com/neoclide/coc.nvim ) ** – LSP engine with autocompletion, diagnostics, and more
165- - ** [ coc-pyright] ( https://github.com/fannheyward/coc-pyright ) ** – Python LSP support
166- - ** [ ultisnips] ( https://github.com/SirVer/ultisnips ) ** + ** [ vim-snippets] ( https://github.com/honza/vim-snippets ) ** – Powerful snippet expansion
156+ - [ coc.nvim] ( https://github.com/neoclide/coc.nvim ) – LSP engine with autocompletion, diagnostics, and more
157+ - [ coc-pyright] ( https://github.com/fannheyward/coc-pyright ) – Python LSP support
158+ - [ ultisnips] ( https://github.com/SirVer/ultisnips ) + [ vim-snippets] ( https://github.com/honza/vim-snippets ) – Powerful snippet expansion
167159
168160#### 📁 Navigation & UI
169161
170- - ** [ NERDTree] ( https://github.com/preservim/nerdtree ) ** – File tree explorer
171- - ** [ fzf.vim] ( https://github.com/junegunn/fzf.vim ) ** – Fuzzy file and symbol search
172- - ** [ tagbar] ( https://github.com/preservim/tagbar ) ** – Code structure sidebar
173- - ** [ vim-airline] ( https://github.com/vim-airline/vim-airline ) ** – Status/tab line enhancement
162+ - [ NERDTree] ( https://github.com/preservim/nerdtree ) – File tree explorer
163+ - [ fzf.vim] ( https://github.com/junegunn/fzf.vim ) – Fuzzy file and symbol search
164+ - [ tagbar] ( https://github.com/preservim/tagbar ) – Code structure sidebar
165+ - [ vim-airline] ( https://github.com/vim-airline/vim-airline ) ** – Status/tab line enhancement
174166
175167#### 🔄 Git Integration
176168
177- - ** [ vim-fugitive] ( https://github.com/tpope/vim-fugitive ) ** – Git commands from within Vim
178- - ** [ vim-gitgutter] ( https://github.com/airblade/vim-gitgutter ) ** – Git diff signs in the gutter
169+ - [ vim-fugitive] ( https://github.com/tpope/vim-fugitive ) – Git commands from within Vim
170+ - [ vim-gitgutter] ( https://github.com/airblade/vim-gitgutter ) – Git diff signs in the gutter
179171
180172#### 📝 Markdown Support
181173
182- - ** [ vim-markdown] ( https://github.com/plasticboy/vim-markdown ) ** – Markdown editing enhancements
183- - ** [ vim-markdown-toc] ( https://github.com/mzlogin/vim-markdown-toc ) ** – Auto-generated table of contents
174+ - [ vim-markdown] ( https://github.com/plasticboy/vim-markdown ) – Markdown editing enhancements
175+ - [ vim-markdown-toc] ( https://github.com/mzlogin/vim-markdown-toc ) – Auto-generated table of contents
184176
185177#### 📊 Data Science & Python Dev
186178
187- - ** [ vim-slime] ( https://github.com/jpalardy/vim-slime ) ** – Send code to REPL or terminal
188- - ** [ vim-doge] ( https://github.com/kkoomen/vim-doge ) ** – Generate docstrings in Google/Numpy style
179+ - [ vim-slime] ( https://github.com/jpalardy/vim-slime ) – Send code to REPL or terminal
180+ - [ vim-doge] ( https://github.com/kkoomen/vim-doge ) – Generate docstrings in Google/Numpy style
189181
190182#### 🎨 Theme & Aesthetics
191183
192- - ** [ gruvbox-material] ( https://github.com/sainnhe/gruvbox-material ) ** – Color scheme (dark, high-contrast)
193- - Airline integrated with Gruvbox
194-
195- ---
184+ - [ gruvbox-material] ( https://github.com/sainnhe/gruvbox-material ) – Color scheme (dark, high-contrast)
185+ - Airline integrated with Gruvbox
196186
197187### ⚙️ Python-Specific Tuning
198188
@@ -201,8 +191,6 @@ productivity and designed to work out of the box — but is fully customizable.
201191- Spellcheck enabled for English and Russian
202192- LSP-based completion, hover docs, jump-to-definition, code actions
203193
204- ---
205-
206194### 🗂 Additional Notes
207195
208196- To customize the LSP setup, see ` .coc-settings.json `
0 commit comments