diff --git a/home/.config/containers/toolbox.conf b/home/.config/containers/toolbox.conf index 49600d4..dde3bfb 100644 --- a/home/.config/containers/toolbox.conf +++ b/home/.config/containers/toolbox.conf @@ -14,4 +14,4 @@ # If the name does not contain a registry, the local image storage will be # consulted, and if it's not present there then it will be pulled from a # suitable remote registry. -image = "ghcr.io/amanning9/fedora-toolbox-alex:latest" +#image = "ghcr.io/amanning9/fedora-toolbox-alex:latest" diff --git a/home/.vimrc.d/base.vim b/home/.vimrc.d/base.vim index 70eec44..2cb4465 100644 --- a/home/.vimrc.d/base.vim +++ b/home/.vimrc.d/base.vim @@ -21,6 +21,7 @@ endif " OPTIONS " --------------------------------------- set nocompatible " The most important VIM option +set encoding=utf-8 " Why have anything else. scriptencoding utf-8 " Convert all scripts into UTF8 format diff --git a/home/.vimrc.d/coc/coc-settings.json b/home/.vimrc.d/coc/coc-settings.json index 60abe7b..9a5808d 100644 --- a/home/.vimrc.d/coc/coc-settings.json +++ b/home/.vimrc.d/coc/coc-settings.json @@ -9,5 +9,9 @@ "json.format.enable": false, - "diagnostic.displayByAle": true + "diagnostic.displayByAle": true, + + "jedi.enable": true, + "suggest.noselect": true, + } diff --git a/home/.vimrc.d/dev-environ.vim b/home/.vimrc.d/dev-environ.vim index 23ef2c5..519f4b6 100644 --- a/home/.vimrc.d/dev-environ.vim +++ b/home/.vimrc.d/dev-environ.vim @@ -52,3 +52,18 @@ let g:coc_global_extensions = ['coc-jedi', 'coc-rls', 'coc-tsserver', 'coc-json' " VIMSPECTOR let g:vimspector_enable_mappings = 'HUMAN' let g:vimspector_install_gadgets = ['debugpy'] + +" Config for ALE originally from their github. +" Use tab for trigger completion with characters ahead and navigate +inoremap + \ coc#pum#visible() ? coc#pum#next(1) : + \ CheckBackspace() ? "\" : + \ coc#refresh() +inoremap coc#pum#visible() ? coc#pum#prev(1) : "\" + +" Make to accept selected completion item or notify coc.nvim to format +inoremap coc#pum#visible() ? coc#pum#confirm() + \: "\u\\=coc#on_enter()\" + +" Use to trigger completion +inoremap coc#refresh() diff --git a/private b/private index 0e34233..051de63 160000 --- a/private +++ b/private @@ -1 +1 @@ -Subproject commit 0e34233ad56224b2096022a2c8b0f4b4bd87d2d0 +Subproject commit 051de63966223f86fb0859d28fbb3ef093bbb4c9