From cbe9926bc40a086b205c5eecb745433e070ff5d0 Mon Sep 17 00:00:00 2001 From: dx Date: Tue, 5 May 2020 02:57:27 +0100 Subject: +yaml packages --- Doom/.doom.d/org/packages.org | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'Doom/.doom.d/org') diff --git a/Doom/.doom.d/org/packages.org b/Doom/.doom.d/org/packages.org index f8d6b11..f663c70 100644 --- a/Doom/.doom.d/org/packages.org +++ b/Doom/.doom.d/org/packages.org @@ -33,7 +33,7 @@ Every now and then I like to use base16 themes, particularly when zen coding. (package! base16-theme) #+END_SRC * Coding -** counsel-etags +** Tags Should really be an inbuilt feature for Ivy, as it is so damn useful. Better than the Helm or inbuilt "TAGS" searching options as it provides ways to quickly filter data from the tag set which makes it incredibly fast. I have personally @@ -57,3 +57,13 @@ Auto complete is essential to make the ultimate IDE experience™. Thus, company #+BEGIN_SRC elisp (package! company-arduino) #+END_SRC +** YAML +YAML packages which I think would be cool to use: +- yaml-mode is just necessary as you can't edit without coloring (in my opinion) +- yaml-imenu is a cool package for large yaml files +- flycheck-yamllint is a nice little package which +#+BEGIN_SRC elisp +(package! yaml-mode) +(package! yaml-imenu) +(package! flycheck-yamllint) +#+END_SRC -- cgit v1.2.3-13-gbd6f