mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
neovim: new theme
This commit is contained in:
parent
9a64103310
commit
1e1f9fb1a6
1 changed files with 5 additions and 1 deletions
|
|
@ -42,6 +42,7 @@
|
|||
# Preferred theme
|
||||
nvim-treesitter
|
||||
aurora
|
||||
oceanic-next
|
||||
|
||||
telescope-nvim
|
||||
telescope-zoxide
|
||||
|
|
@ -59,7 +60,10 @@
|
|||
extraConfig = ''
|
||||
set nobackup
|
||||
set termguicolors " 24-bit colors
|
||||
colorscheme aurora
|
||||
let g:oceanic_next_terminal_bold = 1
|
||||
let g:oceanic_next_terminal_italic = 1
|
||||
colorscheme OceanicNext
|
||||
" colorscheme aurora
|
||||
" Use spave instead of \ as leader key, like doom-emacs
|
||||
map <Space> <Leader>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue