mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2025-03-05 10:59:59 +01:00
8 lines
223 B
Fennel
8 lines
223 B
Fennel
(local mztenv (require :mzte_nv))
|
|
|
|
;; Use 2-space indentation for nix
|
|
(set vim.o.shiftwidth 2)
|
|
(set vim.o.tabstop 2)
|
|
|
|
;; FF to prefetch
|
|
(vim.keymap.set :n :FF (. (require :nix-update) :prefetch_fetch) mztenv.utils.map_opt)
|