preferences---settings

2018-06-17  本文已影响0人  一片冰心一生平安

  1. 开启前面的行号
    "line_numbers": true,

  1. 开启自动符号补全
    "auto_match_enabled": true,

  1. 开启自动命令补全
    "auto_complete": true,

  1. 开启背景线
    "highlight_line": true,

5.我的设置

{
    // The number of spaces a tab is considered equal to  
    "tab_size": 4,  
    // Set to true to insert spaces when tab is pressed  
    "translate_tabs_to_spaces": true, 
    
    "font_size": 12,

    // set vim
    "ignored_packages":
    [
    ],
    "vintage_start_in_command_mode": true,
    
    // close update
    "update_check": false,

  "highlight_line": true
}

上一篇 下一篇

猜你喜欢

热点阅读