aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/en
diff options
context:
space:
mode:
authorrilysh <nightquick@proton.me>2024-03-08 05:21:24 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2024-03-24 22:50:11 +0000
commit972d1017e7a25b11eb9be827acd2ff05778ca60e (patch)
treea426bd423197ec5196802202936ebf323c7725dd /documentation/content/en
parent0ff381639538b2c22859035303ce157ba4d4fbd3 (diff)
downloaddoc-972d1017e7a25b11eb9be827acd2ff05778ca60e.tar.gz
doc-972d1017e7a25b11eb9be827acd2ff05778ca60e.zip
Diffstat (limited to 'documentation/content/en')
-rw-r--r--documentation/content/en/books/fdp-primer/editor-config/_index.adoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/content/en/books/fdp-primer/editor-config/_index.adoc b/documentation/content/en/books/fdp-primer/editor-config/_index.adoc
index 6a2ae7a1eb..181bc6495c 100644
--- a/documentation/content/en/books/fdp-primer/editor-config/_index.adoc
+++ b/documentation/content/en/books/fdp-primer/editor-config/_index.adoc
@@ -52,7 +52,7 @@ Adjusting your text editor configuration can make working on document files quic
[[editor-config-vim]]
== Vim
-Install from package:editors/vim[], or package:editors/vim-console[], then follow the configuration instructions in <<editor-config-vim-config>>.
+Install from package:editors/vim[], then follow the configuration instructions in <<editor-config-vim-config>>.
More advanced users can use a proper linter like link:https://github.com/dense-analysis/ale[Ale] which can also act as a Vim link:https://langserver.org/[Language Server Protocol] client.
[[editor-config-vim-use]]
@@ -238,6 +238,7 @@ Again, add these lines to Emacs's initialization file to make the changes perman
To apply settings specific to the FreeBSD documentation project, create [.filename]#.dir-locals.el# in the root directory of the documentation repository and add these lines to the file:
+[source,emacs-lisp]
....
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
@@ -254,7 +255,7 @@ To apply settings specific to the FreeBSD documentation project, create [.filena
[[editor-config-nano]]
== nano
-Install from package:editors/nano[] or package:editors/nano-devel[].
+Install from package:editors/nano[].
[[editor-config-nano-config]]
=== Configuration