@username
を付けます 39 | nnoremap s <Nop>
40 | nnoremap sj <C-w>j
41 | nnoremap sk <C-w>k
42 | nnoremap sl <C-w>l
43 | nnoremap sh <C-w>h
44 | nnoremap sw <C-w>w
45 | nnoremap sr <C-w>r
46 | nnoremap sJ <C-w>J
47 | nnoremap sK <C-w>K
48 | nnoremap sL <C-w>L
49 | nnoremap sH <C-w>H
50 | nnoremap ss :<C-u>sp<CR>
51 | nnoremap sv :<C-u>vs<CR>
autocmd BufWinEnter *.go :call lsp#enable()
autocmd BufWinEnter *.py :call lsp#enable()
autocmd BufWinEnter *.ts :call lsp#enable()
autocmd BufWinEnter *.c :call lsp#enable()
autocmd BufWinEnter *.h :call lsp#enable()
autocmd BufWinEnter *.cpp :call lsp#enable()
autocmd BufWinEnter *.swift :call lsp#enable()
この部分、1行で書けたりします(ソートできなくなるので好みだと思いますが)