1
Fork 0

Fixed some hydra stuff, added formatopt to config and fixed typo in

purs.lua
This commit is contained in:
Matei Adriel 2023-03-16 17:39:46 +01:00
parent afb835493f
commit 9bbe637131
No known key found for this signature in database
5 changed files with 12 additions and 7 deletions
dotfiles/neovim/ftplugin

View file

@ -16,4 +16,4 @@ vim.keymap.set(
vim.opt.expandtab = true -- Use spaces for the tab char
require("my.abbreviations.fp")
require("my.abbreviations.fp").setup()