整理位置
This commit is contained in:
parent
8918eeb8b4
commit
fa9ea104a2
@ -1,9 +1,8 @@
|
||||
{
|
||||
|
||||
"snippets.ultisnips.pythonPrompt": false,
|
||||
"explorer.icon.enableNerdfont": true,
|
||||
"explorer.toggle": true,
|
||||
"outline.autoWidth": true,
|
||||
"outline.autoPreview": true
|
||||
// "outline.togglePreviewKey": "p"
|
||||
"outline.autoPreview": true,
|
||||
"data.home": "~",
|
||||
}
|
@ -1,5 +1,7 @@
|
||||
local G = require('G')
|
||||
|
||||
G.g.coc_user_config = G.fn.stdpath('config') .. 'lua/Plugin/coc-settings.json'
|
||||
|
||||
G.g['coc_global_extensions'] = {
|
||||
"coc-clangd",
|
||||
"coc-python",
|
||||
@ -135,3 +137,6 @@ G.api.nvim_create_user_command("OR", "call CocActionAsync('runCommand', 'editor.
|
||||
-- provide custom statusline: lightline.vim, vim-airline
|
||||
G.opt.statusline:prepend("%{coc#status()}%{get(b:,'coc_current_function','')}")
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user