My friendship with github education is over
This commit is contained in:
@@ -36,7 +36,6 @@
|
||||
settings.window.opacity = 0.92;
|
||||
};
|
||||
firefox.enable = true;
|
||||
neovim.plugins = with pkgs.vimPlugins; [ copilot-vim ];
|
||||
wofi.enable = true;
|
||||
};
|
||||
|
||||
|
||||
@@ -130,9 +130,6 @@ in {
|
||||
" Disable search highlights
|
||||
map <Leader><Space> :noh<CR>
|
||||
|
||||
" Start with copilot disabled
|
||||
let g:copilot_enabled = 0
|
||||
|
||||
" Start with Coc disabled
|
||||
" autocmd VimEnter * CocDisable
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user