Skip to content

Commit

Permalink
🐛(nvim) sobescreve copilot.vim
Browse files Browse the repository at this point in the history
por mais que ele seja descartavel depois de configurado o copilot.nvim,
é necessário no ambiente windows por algum motivo
  • Loading branch information
neninja committed Nov 18, 2024
1 parent be107d8 commit afbc146
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nvim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -422,3 +422,10 @@ augroup filetype_detect

au FileType gdscript setlocal expandtab=8
augrou END

"# Plugins
let g:copilot_filetypes = {
\ '*': v:false,
\ }

let g:copilot_no_tab_map = v:true

0 comments on commit afbc146

Please sign in to comment.