- Ideavimrc - organized the settings

- vimrc - Moved the plugins into the main file
- vimrc - Organized the settings into logical blocks
- vimrc - Moved the file into .vim/vimrc file
This commit is contained in:
Pratik Tripathy
2023-12-19 14:15:52 +05:30
parent 76bd4806ed
commit 1e97adef39
7 changed files with 236 additions and 200 deletions

View File

@@ -8,8 +8,7 @@
"extensions.ignoreRecommendations": true,
// Editor
"editor.fontSize": 21, // Increase the Editor's font to offset
"window.zoomLevel": -1, // Reduces the Activity Bar size
"editor.fontSize": 21, // Reduces the Activity Bar size
"editor.cursorWidth": 4,
"editor.minimap.enabled": false,
"editor.wordWrap": "on",