summaryrefslogtreecommitdiff
path: root/fnl/settings/init.fnl
blob: 77e2caa6d574f6557478214d05f89ec5196c1928 (plain)
1
2
3
4
5
6
;; Load nvim settings
(module settings
  {require {
            _ settings.options
            _ settings.keymaps
            }})