aboutsummaryrefslogtreecommitdiffstats
path: root/ftplugin/lisp.vim
AgeCommit message (Collapse)Author
2021-03-20ftplugin/lisp.vim: Activate the built-in Lisp ftpluginTeddy Wing
I wanted the built-in `comments` setting to automatically insert the comment leader when wrapping.
2021-02-19ftplugin/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-26Add ftplugin/lisp.vimTeddy Wing
Add Common Lisp indentation settings.