trixy/init.fnl

27 lines
1.1 KiB
Plaintext
Raw Normal View History

2024-07-12 22:10:34 +02:00
; ████████╗██████╗ ██╗██╗ ██╗██╗ ██╗
; ╚══██╔══╝██╔══██╗██║╚██╗██╔╝╚██╗ ██╔╝
; ██║ ██████╔╝██║ ╚███╔╝ ╚████╔╝
; ██║ ██╔══██╗██║ ██╔██╗ ╚██╔╝
; ██║ ██║ ██║██║██╔╝ ██╗ ██║
; ╚═╝ ╚═╝ ╚═╝╚═╝╚═╝ ╚═╝ ╚═
; Listen up, you motherfuckers,
; Those Ivy League dopes, they wanna
; mock us. Tell 'em all this is war.
; And not fighting a war is for suckers.
; (when (vim.g.neovide)
; (do
; (set (vim.o.guifont) "FiraCode Nerd Font:h14")
; (set (vim.g.neovide_scale_factor) 1.0)
; (set (vim.g.neovide_refresh_rate) 120)
; (set (vim.g.neovide_refresh_rate_idle) 5)
; (set (vim.g.neovide_cursor_antialiasing) true)
; (set (vim.g.neovide_cursor_animate_in_insert_mode) true)
; (set (vim.g.neovide_cursor_vfx_mode) "ripple")))
(require :plugins)
(require :options)