Compare commits
3 Commits
673df7b109
...
c9dd000aa2
Author | SHA1 | Date | |
---|---|---|---|
c9dd000aa2 | |||
a8db26b2cb | |||
f9d408de7a |
@ -1,10 +1,15 @@
|
|||||||
{
|
{
|
||||||
"yaml.schemaStore.enable": true,
|
"yaml.schemaStore.enable": true,
|
||||||
|
"yaml.format.enable": true,
|
||||||
|
"yaml.validate": true,
|
||||||
"yaml.schemas": {
|
"yaml.schemas": {
|
||||||
"https://json.schemastore.org/ansible-role-2.9.json": "*.yaml",
|
"https://json.schemastore.org/ansible-role-2.9.json": "*.yaml",
|
||||||
"https://json.schemastore.org/ansible-playbook.json": "*.yaml",
|
"https://json.schemastore.org/ansible-playbook.json": "*.yaml",
|
||||||
"https://json.schemastore.org/ansible-inventory.json": "*yaml",
|
"https://json.schemastore.org/ansible-inventory.json": "*yaml",
|
||||||
"https://raw.githubusercontent.com/ansible-community/schemas/main/f/ansible-galaxy.json": "*.yaml",
|
"https://raw.githubusercontent.com/ansible-community/schemas/main/f/ansible-galaxy.json": "*.yaml",
|
||||||
|
"https://raw.githubusercontent.com/docker/cli/master/cli/compose/schema/data/config_schema_v3.9.json": "*docker-compose.yml",
|
||||||
|
"https://json.schemastore.org/github-workflow.json": ".github/workflows/*",
|
||||||
|
|
||||||
"https://json.schemastore.org/docker-compose.json": "*.yaml"
|
"https://json.schemastore.org/docker-compose.json": "*.yaml"
|
||||||
},
|
},
|
||||||
"python.formatting.provider": "black",
|
"python.formatting.provider": "black",
|
||||||
|
@ -43,8 +43,7 @@ call plug#begin('~/.config/nvim/plugged')
|
|||||||
" Goyo plugin for writing mutt mail
|
" Goyo plugin for writing mutt mail
|
||||||
Plug 'junegunn/goyo.vim'
|
Plug 'junegunn/goyo.vim'
|
||||||
|
|
||||||
" Theme gruvbox
|
" Themes
|
||||||
Plug 'dracula/vim', { 'as': 'dracula'}
|
|
||||||
Plug 'gruvbox-community/gruvbox', { 'as': 'gruvbox'}
|
Plug 'gruvbox-community/gruvbox', { 'as': 'gruvbox'}
|
||||||
|
|
||||||
" Fzf plugin
|
" Fzf plugin
|
||||||
@ -119,6 +118,10 @@ nmap <leader>c <Plug>Commentary
|
|||||||
omap <leader>c <Plug>Commentary
|
omap <leader>c <Plug>Commentary
|
||||||
nmap <leader>cc <Plug>CommentaryLine
|
nmap <leader>cc <Plug>CommentaryLine
|
||||||
|
|
||||||
|
" Tab
|
||||||
|
vnoremap <Tab> >
|
||||||
|
vnoremap <S-Tab> <
|
||||||
|
|
||||||
" Status-line
|
" Status-line
|
||||||
set statusline=
|
set statusline=
|
||||||
set statusline+=%#IncSearch#
|
set statusline+=%#IncSearch#
|
||||||
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -250,3 +250,6 @@ notes.org
|
|||||||
.config/gh/hosts.yml
|
.config/gh/hosts.yml
|
||||||
.local/state/gh/state.yml
|
.local/state/gh/state.yml
|
||||||
.emacs.d/ido.last~
|
.emacs.d/ido.last~
|
||||||
|
|
||||||
|
.config/karabiner/automatic_backups
|
||||||
|
.config/qBittorrent
|
Loading…
x
Reference in New Issue
Block a user