1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

Compare commits

..

No commits in common. "2de46cb2ea6b9d3deb9528425deed270632035f6" and "326198038dc1b16b0467ef65d66bd0013f287766" have entirely different histories.

View File

@ -98,9 +98,9 @@
" Key Mappings {
" Switch between different windows by their direction
no <C-j> <C-w>j| "switching to below window
no <C-j> <C-w>j| "switching to below window
no <C-k> <C-w>k| "switching to above window
no <C-l> <C-w>l| "switching to right window
no <C-l> <C-w>l| "switching to right window
no <C-h> <C-w>h| "switching to left window
" More convenient leaders
@ -190,7 +190,7 @@
let g:ale_sign_warning = '⚠️'
" Fix files
let g:ale_fixers = {'*': ['remove_trailing_lines', 'trim_whitespace'], 'vue': ['importjs', 'prettier', 'eslint'], 'javascript': ['importjs', 'prettier', 'eslint'], 'sh': ['shfmt'], 'json': ['prettier'], 'go': ['gofmt', 'goimports'], 'markdown': ['prettier', 'remark-lint', 'textlint'], 'rust': ['rustfmt']}
let g:ale_fixers = {'*': ['remove_trailing_lines', 'trim_whitespace'], 'javascript': ['prettier', 'eslint'], 'sh': ['shfmt'], 'json': ['prettier'], 'go': ['gofmt', 'goimports']}
" Fix files automatically on save
let g:ale_fix_on_save = 1
@ -226,10 +226,6 @@
nnoremap <silent> <Leader>H :Helptags<CR>
nnoremap <silent> <Leader>hh :History<CR>
nnoremap <silent> <Leader>h: :History:<CR>
nnoremap <silent> <Leader>h/ :History/<CR>
" }
" closetag {
let g:closetag_filetypes = 'html,xhtml,phtml,vue'
nnoremap <silent> <Leader>h/ :History/<CR>
" }
" }