dotfiles

andersuno dotfiles
git clone git://git.andersuno.nu/dotfiles.git
Log | Files | Refs | README

commit 5a5622d6a72e25e6f890ba718447fbf86217b3d0
parent f6dd4df7ea3645b5699ca273b699f07bb62a7be6
Author: Anders Hedman <anders.hedman01@gmail.com>
Date:   Sun, 11 Jun 2023 01:01:11 +0200

doom: Terraform and Treemacs +lsp

Diffstat:
M.doom.d/init.el | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.doom.d/init.el b/.doom.d/init.el @@ -44,7 +44,7 @@ ophints ; highlight the region an operation acts on (popup +defaults) ; tame sudden yet inevitable temporary windows ;;tabs ; a tab bar for Emacs - treemacs ; a project drawer, like neotree but cooler + (treemacs +lsp) ; a project drawer, like neotree but cooler ;;unicode ; extended unicode support for various languages (vc-gutter +pretty +diff-hl) ; vcs diff in the fringe vi-tilde-fringe ; fringe tildes to mark beyond EOB @@ -103,7 +103,7 @@ ;;prodigy ; FIXME managing external services & code builders ;;rgb ; creating color strings ;;taskrunner ; taskrunner for all your projects - terraform ; infrastructure as code + (terraform +lsp) ; infrastructure as code ;;tmux ; an API for interacting with tmux ;;tree-sitter ; syntax and parsing, sitting in a tree... ;;upload ; map local to remote projects via ssh/ftp