diff --git a/nix/home-manager/programs/chromium.nix b/nix/home-manager/programs/chromium.nix index 2d9070d..b130b11 100644 --- a/nix/home-manager/programs/chromium.nix +++ b/nix/home-manager/programs/chromium.nix @@ -42,6 +42,9 @@ # unhook {id = "khncfooichmfjbepaaaebmommgaepoid";} + + # polkadotjs + {id = "mopnmbcafieddcagagdcbnhejhlodfdd";} ] ++ (lib.lists.optionals ((builtins.match "^steveej.*" name) != null) [ # Vimium C diff --git a/nix/home-manager/programs/neovim/vimrc b/nix/home-manager/programs/neovim/vimrc index c002c2b..f3cb42b 100644 --- a/nix/home-manager/programs/neovim/vimrc +++ b/nix/home-manager/programs/neovim/vimrc @@ -49,8 +49,8 @@ let g:ctrlp_custom_ignore = { \ 'dir': '\v[\/]\.(git|hg|svn)$$', \ 'file': '\v\.(exe|so|dll)$$', \ } -let g:ctrlp_max_files=0 -let g:ctrlp_max_depth=1000 +"let g:ctrlp_max_files=0 +"let g:ctrlp_max_depth=1000 "let g:ctrlp_match_func = { 'match': 'pymatcher#PyMatch' } "let g:pydiction_location = '~/.vim/bundle/pydiction/complete-dict'