Updates to settings

This commit is contained in:
Alex Kelly 2021-11-26 22:43:23 -05:00
parent db1dd0056d
commit c3cdaafb72
3 changed files with 8 additions and 1 deletions

View file

@ -215,3 +215,8 @@ autocmd BufWritePre *.py execute ':Black'
let g:fzf_layout = { 'window': { 'width': 0.8, 'height': 0.5, 'highlight': 'Comment' } }
let g:indentLine_fileTypeExclude = ['markdown']
set cursorline
imap <silent><script><expr> <C-L> copilot#Accept("\<CR>")
let g:copilot_no_tab_map = v:true