You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
781 B
26 lines
781 B
lua require('core.init')
|
|
|
|
set clipboard^=unnamed,unnamedplus
|
|
|
|
if has('unix')
|
|
set thesaurus+=/usr/share/dict/words
|
|
endif
|
|
|
|
if exists("g:neovide")
|
|
" Neovide config
|
|
let g:neovide_refresh_rate=24 " come on it's just a text editor
|
|
let g:neovide_transparency=1.0
|
|
let g:neovide_scroll_animation_length = 0.3
|
|
let g:neovide_remember_window_size = v:true
|
|
let g:neovide_input_use_logo=v:true " the super/command/win key
|
|
let g:neovide_input_macos_alt_is_meta=v:false
|
|
let g:neovide_touch_deadzone=0.0
|
|
let g:neovide_cursor_animation_length=0.05
|
|
let g:neovide_cursor_trail_length=0.8
|
|
let g:neovide_cursor_antialiasing=v:false " i dont need it
|
|
let g:neovide_cursor_vfx_mode = "wireframe"
|
|
let g:neovide_remember_window_size = v:true
|
|
endif
|
|
|
|
autocmd FileType markdown setlocal spell
|
|
|
|
|