Advertisement
Guest User

Untitled

a guest
Nov 6th, 2022
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. dotspacemacs-configuration-layers
  2. '(
  3. ;; ----------------------------------------------------------------
  4. ;; Example of useful layers you may want to use right away.
  5. ;; Uncomment some layer names and press `SPC f e R' (Vim style) or
  6. ;; `M-m f e R' (Emacs style) to install them.
  7. ;; ----------------------------------------------------------------
  8. (lsp :variables
  9. lsp-rust-server 'rust-analyzer)
  10. (json :variables
  11. json-fmt-tool 'web-beautify
  12. json-fmt-on-save t)
  13. (rust :variables
  14. rust-backend 'lsp
  15. rust-format-on-save t
  16. rust-format-show-buffer nil)
  17. (dap :variables
  18. dap-auto-configure-mode t)
  19. better-defaults
  20. themes-megapack
  21. (shell :variables
  22. shell-default-shell 'eshell)
  23. (go :variables
  24. go-backend 'lsp
  25. go-tab-width 4
  26. go-format-before-save t)
  27. emacs-lisp
  28. git
  29. auto-completion
  30. syntax-checking
  31. multiple-cursors
  32. treemacs
  33. xclipboard
  34. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement