dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

settings.json (523B)


      1 // Zed settings
      2 //
      3 // For information on how to configure Zed, see the Zed
      4 // documentation: https://zed.dev/docs/configuring-zed
      5 //
      6 // To see all of Zed's default settings without changing your
      7 // custom settings, run `zed: open default settings` from the
      8 // command palette (cmd-shift-p / ctrl-shift-p)
      9 {
     10   "features": {
     11     "edit_prediction_provider": "zed"
     12   },
     13   "vim_mode": true,
     14   "ui_font_size": 16,
     15   "buffer_font_size": 16,
     16   "theme": {
     17     "mode": "system",
     18     "light": "One Dark",
     19     "dark": "One Dark"
     20   }
     21 }