This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set number | |
syntax on | |
set showmode | |
set nobackup | |
set noswapfile | |
set noundofile | |
set nowrap | |
set encoding=utf-8 | |
set tabstop=4 softtabstop=4 | |
set shiftwidth=4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"features": { | |
"inline_completion_provider": "none" | |
}, | |
"theme": "One Dark", | |
"telemetry": { | |
"diagnostics": false, | |
"metrics": false | |
}, | |
"ui_font_size": 16, |