dotfiles/nvim/.config/nvim/after/ftplugin/fish.vim

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
119 B
VimL
Raw Normal View History

nnoremap <buffer> gq :silent :%!fish_indent %<CR>:w<CR>
2022-04-25 05:12:33 +02:00
autocmd! BufWritePost <buffer> lua require('lint').try_lint()