migrate to coc

This commit is contained in:
wooshdude
2024-11-05 17:17:21 -08:00
parent 0bc7fab50d
commit 5d7c86cdcc
6 changed files with 1158 additions and 238 deletions
+10 -2
View File
@@ -8,6 +8,9 @@
// command palette (cmd-shift-p / ctrl-shift-p)
{
"vim_mode": true,
"scrollbar": {
"show": "never"
},
"vim": {
"toggle_relative_line_numbers": true
},
@@ -32,6 +35,11 @@
"theme": {
"mode": "dark",
"light": "Catppuccin Latte",
"dark": "Catppuccin Mocha (Blur)"
}
"dark": "Catppuccin Mocha"
},
"ui_font_family": "JetBrainsMono Nerd Font Mono",
"terminal": {
"font_family": "JetBrainsMono Nerd Font Mono"
},
"hard_tabs": true
}