mirror of
https://github.com/tildeclub/tilde.club.git
synced 2026-03-23 19:30:18 +00:00
fix formatting on vimrc page
11
vimrc.md
11
vimrc.md
@@ -1,9 +1,10 @@
|
|||||||
The file `.vimrc` in your home directory has instructions for [[vim]] to load every time
|
The file `.vimrc` in your home directory has instructions for [[vim]]
|
||||||
it runs. Customizations go there.
|
to load every time it runs. Customizations go there.
|
||||||
|
|
||||||
For instance, you might want to use [[Markdown]] to edit files that end in `.md`. The system
|
For instance, you might want to use [[Markdown]] to edit files that
|
||||||
default for some reason is to treat these as [[Modula-2]] files, though we don't have
|
end in `.md`. The system default for some reason is to treat these as
|
||||||
a Modula-2 compiler running (yet). So the contents of `.vimrc` should read
|
[[Modula-2]] files, though we don't have a Modula-2 compiler running
|
||||||
|
(yet). So the contents of `.vimrc` should read
|
||||||
|
|
||||||
``
|
``
|
||||||
au BufRead,BufNewFile *.md set filetype=markdown
|
au BufRead,BufNewFile *.md set filetype=markdown
|
||||||
|
|||||||
Reference in New Issue
Block a user