mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-05 00:17:59 +00:00
nvim/ftplugin: copy alex.lua from haskell.lua
This commit is contained in:
parent
c8ded9969f
commit
e7e435601e
1 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue