Update set_audio_sink add copilot to vim and nvim
This commit is contained in:
		| @@ -28,6 +28,8 @@ Plug 'xuhdev/vim-latex-live-preview' | ||||
| Plug 'rust-lang/rust.vim' | ||||
| Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' } | ||||
| Plug 'takac/vim-hardtime' | ||||
| Plug 'neoclide/coc.nvim', {'branch': 'release'} | ||||
| Plug 'github/copilot.vim' | ||||
| call plug#end() | ||||
|  | ||||
| colorscheme nord | ||||
| @@ -39,3 +41,18 @@ let g:lightline = { | ||||
| autocmd Filetype tex setl updatetime=1 | ||||
| let g:livepreview_previewer = 'zathura' | ||||
| let g:hardtime_default_on = 1 | ||||
|  | ||||
| let g:copilot_enable = 1 | ||||
| let g:copilot_filetypes = { | ||||
|             \ 'python': v:true, | ||||
|             \ 'c': v:true, | ||||
|             \ 'cpp': v:true, | ||||
|             \ 'java': v:true, | ||||
|             \ 'javascript': v:true, | ||||
|             \ 'typescript': v:true, | ||||
|             \ 'go': v:true, | ||||
|             \ 'rust': v:true, | ||||
|             \ 'html': v:true, | ||||
|             \ 'css': v:true, | ||||
|             \ 'perl': v:true | ||||
|             \} | ||||
|   | ||||
| @@ -10,7 +10,7 @@ if [ "$DISPLAY" = ":0" ]; then | ||||
|   # if ! pactl set-default-sink alsa_output.0.hdmi-stereo; then | ||||
|     # pactl set-default-sink alsa_output.1.hdmi-stereo | ||||
|   # fi | ||||
|   pactl set-default-sink alsa_output.1.analog-stereo | ||||
|   pactl set-default-sink alsa_output.0.analog-stereo | ||||
|   echo "$DISPLAY set audio" | ||||
| elif [ "$DISPLAY" = ":10.0" ]; then | ||||
|   pactl set-default-sink xrdp-sink | ||||
|   | ||||
							
								
								
									
										16
									
								
								.vimrc
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								.vimrc
									
									
									
									
									
								
							| @@ -29,6 +29,7 @@ Plug 'rust-lang/rust.vim' | ||||
| Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' } | ||||
| Plug 'takac/vim-hardtime' | ||||
| Plug 'neoclide/coc.nvim', {'branch': 'release'} | ||||
| Plug 'github/copilot.vim' | ||||
| call plug#end() | ||||
|  | ||||
| colorscheme nord | ||||
| @@ -40,3 +41,18 @@ let g:lightline = { | ||||
| autocmd Filetype tex setl updatetime=1 | ||||
| let g:livepreview_previewer = 'zathura' | ||||
| let g:hardtime_default_on = 1 | ||||
|  | ||||
| let g:copilot_enable = 1 | ||||
| let g:copilot_filetypes = { | ||||
|             \ 'python': v:true, | ||||
|             \ 'c': v:true, | ||||
|             \ 'cpp': v:true, | ||||
|             \ 'java': v:true, | ||||
|             \ 'javascript': v:true, | ||||
|             \ 'typescript': v:true, | ||||
|             \ 'go': v:true, | ||||
|             \ 'rust': v:true, | ||||
|             \ 'html': v:true, | ||||
|             \ 'css': v:true, | ||||
|             \ 'perl': v:true | ||||
|             \} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user