Compare commits
4 Commits
6badd231f8
...
e9fdee74a6
| Author | SHA1 | Date | |
|---|---|---|---|
| e9fdee74a6 | |||
| 0201a41408 | |||
| f8b2a60425 | |||
| 8b2081d3f5 |
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -2,3 +2,6 @@
|
|||||||
path = dotbot
|
path = dotbot
|
||||||
url = https://github.com/anishathalye/dotbot
|
url = https://github.com/anishathalye/dotbot
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
|
[submodule "dotbot-asdf"]
|
||||||
|
path = dotbot-asdf
|
||||||
|
url = https://github.com/sobolevn/dotbot-asdf.git
|
||||||
|
|||||||
1
dotbot-asdf
Submodule
1
dotbot-asdf
Submodule
Submodule dotbot-asdf added at 3153c946e8
2
install
2
install
@@ -12,4 +12,4 @@ cd "${BASEDIR}"
|
|||||||
git -C "${DOTBOT_DIR}" submodule sync --quiet --recursive
|
git -C "${DOTBOT_DIR}" submodule sync --quiet --recursive
|
||||||
git submodule update --init --recursive "${DOTBOT_DIR}"
|
git submodule update --init --recursive "${DOTBOT_DIR}"
|
||||||
|
|
||||||
"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" -c "${CONFIG}" "${@}"
|
"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" --plugin-dir dotbot-asdf -c "${CONFIG}" "${@}"
|
||||||
|
|||||||
@@ -9,5 +9,15 @@
|
|||||||
~/.vim: vim
|
~/.vim: vim
|
||||||
~/.zshrc: zsh/zshrc
|
~/.zshrc: zsh/zshrc
|
||||||
|
|
||||||
|
- asdf:
|
||||||
|
- plugin: vim
|
||||||
|
global: 9.0.1473
|
||||||
|
versions:
|
||||||
|
- 9.0.1473
|
||||||
|
- plugin: nodejs
|
||||||
|
global: 19.0.0
|
||||||
|
versions:
|
||||||
|
- 19.0.0
|
||||||
|
|
||||||
- shell:
|
- shell:
|
||||||
- [git submodule update --init --recursive, Installing submodules]
|
- [git submodule update --init --recursive, Installing submodules]
|
||||||
|
|||||||
@@ -62,6 +62,7 @@ call plug#begin('~/.vim/bundle') "Начать искать плагины в э
|
|||||||
Plug 'pearofducks/ansible-vim'
|
Plug 'pearofducks/ansible-vim'
|
||||||
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||||
Plug 'elzr/vim-json'
|
Plug 'elzr/vim-json'
|
||||||
|
" Plug 'Exafunction/codeium.vim'
|
||||||
call plug#end() "Перестать это делать
|
call plug#end() "Перестать это делать
|
||||||
|
|
||||||
"
|
"
|
||||||
@@ -104,6 +105,7 @@ set foldlevelstart=20
|
|||||||
let g:airline_powerline_fonts = 0 " Disable powerline fonts
|
let g:airline_powerline_fonts = 0 " Disable powerline fonts
|
||||||
let g:airline#extensions#keymap#enabled = 0 " Do not show keyboard mapping
|
let g:airline#extensions#keymap#enabled = 0 " Do not show keyboard mapping
|
||||||
let g:airline_section_z = "㏑:%l/%L:%c" " Custom minimalistic current position section
|
let g:airline_section_z = "㏑:%l/%L:%c" " Custom minimalistic current position section
|
||||||
|
" let g:airline_section_y = '{…}%3{codeium#GetStatusString()}'
|
||||||
let g:Powerline_symbols='unicode' " Unicode support
|
let g:Powerline_symbols='unicode' " Unicode support
|
||||||
|
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user