aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-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