Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-20 | ftplugin/lisp.vim: Activate the built-in Lisp ftplugin | Teddy Wing | |
I wanted the built-in `comments` setting to automatically insert the comment leader when wrapping. | |||
2021-02-19 | ftplugin/lisp.vim: Set <LocalLeader> to <Space> | Teddy Wing | |
Vlime includes a bunch of mappings, but some of them are shadowed by own mappings. The plugin doesn't include any corresponding ex-style commands. Change the <LocalLeader> in Lisp files to <Space> to give me access to all of Vlime's mappings. | |||
2021-01-26 | Add ftplugin/lisp.vim | Teddy Wing | |
Add Common Lisp indentation settings. |