Move ui settings to ginit

This commit is contained in:
2022-11-10 01:06:01 +01:00
parent 570d14c2b9
commit 8d5b69582e
2 changed files with 23 additions and 7 deletions

View File

@@ -0,0 +1,23 @@
" -----------------
" GUI - Settings
" -----------------
set guifont=SauceCodePro\ Nerd\ Font\ Mono:12
set linespace=4
set mouse=a
let g:neovide_input_use_logo=v:false
let g:neovide_refresh_rate=60
let g:neovide_transparency=0.85
let g:neovide_no_idle=v:false
let g:neovide_fullscreen=v:false
let g:neovide_cursor_animation_length=0.13
let g:neovide_cursor_trail_length=0.5
let g:neovide_cursor_antialiasing=v:true
let g:neovide_cursor_vfx_mode = "ripple"
let g:neovide_cursor_vfx_opacity=200.0
let g:neovide_cursor_vfx_particle_lifetime=1.2
let g:neovide_cursor_vfx_particle_density=7.0
let g:neovide_cursor_vfx_particle_speed=10.0
let g:neovide_cursor_vfx_particle_phase=1.5
let g:neovide_cursor_vfx_particle_curl=1.0

View File

@@ -128,13 +128,6 @@ imap <C-C> "+y
imap <C-V> "+gP imap <C-V> "+gP
" Neovim specific settings:
set mouse=a
" Neovide specific settings:
let g:neovide_refresh_rate=60
let g:neovide_input_use_logo=v:false
let g:catppuccin_flavour = "macchiato" " latte, frappe, macchiato, mocha let g:catppuccin_flavour = "macchiato" " latte, frappe, macchiato, mocha
lua require("catppuccin").setup() lua require("catppuccin").setup()