Move all config files to config directory and add corresponding changes to bootstrap script
This commit is contained in:
32
config/nvim/coc-settings.json
Normal file
32
config/nvim/coc-settings.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"coc.preferences.formatOnSaveFiletypes": [
|
||||
"css",
|
||||
"markdown",
|
||||
"javascript",
|
||||
"typescript",
|
||||
"svelte",
|
||||
"javascriptreact",
|
||||
"typescriptreact",
|
||||
"json",
|
||||
"jsonc"
|
||||
],
|
||||
"python.jediEnabled": true,
|
||||
"coc.source.emoji.filetypes": [
|
||||
"markdown",
|
||||
"javascript",
|
||||
"typescript",
|
||||
"javascriptreact",
|
||||
"typescriptreact",
|
||||
"python",
|
||||
"go",
|
||||
"svelte"
|
||||
],
|
||||
"svelte.plugin.svelte.completions.enable": true,
|
||||
"svelte.plugin.css.completions.enable": true,
|
||||
"svelte.plugin.svelte.enable": true,
|
||||
"svelte.plugin.html.enable": true,
|
||||
"svelte.plugin.css.enable": true,
|
||||
"svelte.enable-ts-plugin": true,
|
||||
"svelte.plugin.svelte.format.enable": true,
|
||||
"html.filetypes": ["html", "javascriptreact", "typescriptreact"]
|
||||
}
|
||||
Reference in New Issue
Block a user