9 lines
130 B
VimL
9 lines
130 B
VimL
" variables
|
|
let g:black_linelength=79
|
|
|
|
" packages
|
|
lua require'lspconfig'.pyright.setup{}
|
|
|
|
" keybindings
|
|
nnoremap <C-f> :Black<CR>
|