Tooooommy / .emacs.d

config for emacs
MIT License
0 stars 0 forks source link

.spacemacs #4

Open Tooooommy opened 3 years ago

Tooooommy commented 3 years ago
 auto-completion
 better-defaults
 git
 helm
 lsp
 (go :variables
     go-tab-width 4
     go-format-before-save t
     gofmt-command "goimports"
     go-use-golangci-lint t)

 (c-c++ :variables
        c-c++-backend 'lsp-clangd
        c++-enable-organize-includes-on-save t
        c-c++-enable-clang-format-on-save t
        c-c++-default-mode-for-headers 'c++-mode
        c-c++-enable-google-style t
        c-c++-enable-google-newline t
        c-c++-lsp-enable-semantic-highlight 'rainbow
        c-c++-adopt-subprojects t)

 (python :variables
         python-backend 'lsp
         python-lsp-server 'pyright
         python-test-runner 'pytest
         python-formatter 'black
         python-format-on-save t
         python-sort-imports-on-save t)
 (dart :variables
       lsp-dart-sdk-dir "~/flutter-sdk/bin/cache/dart-sdk/"
       lsp-enable-on-type-formatting t)
 rust
 emacs-lisp
 lua
 common-lisp
 markdown
 dap
 multiple-cursors
 org
 (shell :variables
        shell-default-height 30
        shell-default-position 'bottom)
 spell-checking
 syntax-checking
 version-control
 treemacs