diff --git a/.config/nixpkgs/home.nix b/.config/nixpkgs/home.nix index 1ff0d93..2a86a8b 100644 --- a/.config/nixpkgs/home.nix +++ b/.config/nixpkgs/home.nix @@ -55,13 +55,12 @@ spotify starship terraform - terraform-lsp tflint tmux tree unzip vlc - vscode + vscodium xclip xdg_utils youtube-dl @@ -196,6 +195,7 @@ call plug#begin('~/.vim/plugged') Plug 'LnL7/vim-nix' Plug 'ap/vim-css-color' + Plug 'dracula/vim', { 'as': 'dracula' } Plug 'fatih/vim-go' Plug 'hashivim/vim-terraform' Plug 'itchyny/lightline.vim' @@ -266,10 +266,9 @@ map :tabp map :tabnew - noremap y "*y - noremap p "*p - noremap Y "+y - noremap P "+p + " Copypasta + noremap y "+y + noremap p "+p " Python indentation au BufNewFile,BufRead *.py set tabstop=4 softtabstop=4 shiftwidth=4 textwidth=79 expandtab autoindent fileformat=unix @@ -277,7 +276,7 @@ let python_highlight_all=1 syntax on - colorscheme gruvbox + colorscheme dracula " Transparency hi Normal guibg=NONE ctermbg=NONE