nvim/ftplugin: copy alex.lua from haskell.lua

This commit is contained in:
Primrose 2026-02-02 22:05:34 +01:00
parent c8ded9969f
commit e7e435601e
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -1 +1,8 @@
vim.bo.commentstring = "-- %s"
local opts = require("opts")
opts.matchit_let_in()
vim.bo.shiftwidth = 2
vim.bo.expandtab = true
-- useful for CPP extension
vim.bo.smartindent = true