mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 21:32:27 +00:00
nvim: Add dracula theme
This commit is contained in:
@@ -55,13 +55,12 @@
|
|||||||
spotify
|
spotify
|
||||||
starship
|
starship
|
||||||
terraform
|
terraform
|
||||||
terraform-lsp
|
|
||||||
tflint
|
tflint
|
||||||
tmux
|
tmux
|
||||||
tree
|
tree
|
||||||
unzip
|
unzip
|
||||||
vlc
|
vlc
|
||||||
vscode
|
vscodium
|
||||||
xclip
|
xclip
|
||||||
xdg_utils
|
xdg_utils
|
||||||
youtube-dl
|
youtube-dl
|
||||||
@@ -196,6 +195,7 @@
|
|||||||
call plug#begin('~/.vim/plugged')
|
call plug#begin('~/.vim/plugged')
|
||||||
Plug 'LnL7/vim-nix'
|
Plug 'LnL7/vim-nix'
|
||||||
Plug 'ap/vim-css-color'
|
Plug 'ap/vim-css-color'
|
||||||
|
Plug 'dracula/vim', { 'as': 'dracula' }
|
||||||
Plug 'fatih/vim-go'
|
Plug 'fatih/vim-go'
|
||||||
Plug 'hashivim/vim-terraform'
|
Plug 'hashivim/vim-terraform'
|
||||||
Plug 'itchyny/lightline.vim'
|
Plug 'itchyny/lightline.vim'
|
||||||
@@ -266,10 +266,9 @@
|
|||||||
map <C-h> :tabp<CR>
|
map <C-h> :tabp<CR>
|
||||||
map <C-n> :tabnew<CR>
|
map <C-n> :tabnew<CR>
|
||||||
|
|
||||||
noremap <Leader>y "*y
|
" Copypasta
|
||||||
noremap <Leader>p "*p
|
noremap <Leader>y "+y
|
||||||
noremap <Leader>Y "+y
|
noremap <Leader>p "+p
|
||||||
noremap <Leader>P "+p
|
|
||||||
|
|
||||||
" Python indentation
|
" Python indentation
|
||||||
au BufNewFile,BufRead *.py set tabstop=4 softtabstop=4 shiftwidth=4 textwidth=79 expandtab autoindent fileformat=unix
|
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
|
let python_highlight_all=1
|
||||||
|
|
||||||
syntax on
|
syntax on
|
||||||
colorscheme gruvbox
|
colorscheme dracula
|
||||||
" Transparency
|
" Transparency
|
||||||
hi Normal guibg=NONE ctermbg=NONE
|
hi Normal guibg=NONE ctermbg=NONE
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user