1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat: scripts from luke smith

This commit is contained in:
Kierán Meinhardt
2020-04-15 20:39:37 +02:00
parent e3f1557099
commit 104c173549
2 changed files with 23 additions and 3 deletions

View File

@@ -29,6 +29,9 @@ noremap <leader>f :Goyo<CR>
" reindent whole file
noremap <leader>i mzgg=G`z
" replace all
nnoremap S :%s//g<Left><Left>
nnoremap <Leader>a <Plug>(ale_hover)
nnoremap <Leader>d <Plug>(ale_go_to_definition_in_tab)
nnoremap <Leader>rf <Plug>(ale_find_references)
@@ -42,9 +45,8 @@ set shiftwidth=2 tabstop=2 expandtab
set laststatus=1
set number
set path+=**
set splitbelow
set splitright
set wildmenu
set splitbelow splitright
set wildmenu wildmode=longest,list,full
set shortmess+=aI
set nowritebackup noswapfile
set mouse=a