Remove unneeded lsp layer
This commit is contained in:
parent
af25ee6534
commit
6e8ff759b0
|
@ -69,7 +69,6 @@ This function should only modify configuration layer settings."
|
|||
java-backend 'lsp)
|
||||
shell-scripts
|
||||
spacemacs-layouts
|
||||
lsp
|
||||
dap
|
||||
spacemacs-project
|
||||
(python :variables
|
||||
|
@ -566,9 +565,14 @@ This function is called at the very end of Spacemacs initialization."
|
|||
'(objed-cursor-color "#e45649")
|
||||
'(package-selected-packages
|
||||
(quote
|
||||
(pandoc-mode ox-pandoc mood-line doom-modeline shrink-path solarized-theme lenlen-theme color-theme-solarized color-theme doom-themes company-reftex company-auctex auctex-latexmk auctex yaml-mode git-gutter-fringe+ git-gutter-fringe fringe-helper git-gutter+ git-gutter diff-hl browse-at-remote lsp-python-ms python cpp-auto-include pretty-symbols blacken test-simple loc-changes load-relative dap-mode bui tree-mode lsp-ui lsp-treemacs treemacs pfuture ace-window avy lsp-java request helm-lsp cquery company-lsp ccls lsp-mode ht dash-functional yasnippet yapfify pytest pyenv-mode py-isort pippel pipenv pyvenv pip-requirements live-py-mode importmagic epc ctable concurrent deferred cython-mode company-anaconda anaconda-mode pythonic flycheck-package package-lint counsel-projectile projectile levenshtein lv rtags web-mode web-beautify tagedit slim-mode scss-mode sass-mode pug-mode prettier-js impatient-mode htmlize simple-httpd haml-mode emmet-mode counsel-css company-web web-completion-data smeargle magit-svn magit-gitflow magit-popup gitignore-templates gitignore-mode gitconfig-mode gitattributes-mode git-timemachine git-messenger git-link evil-magit magit transient git-commit with-editor dash hasklig-mode yasnippet-snippets ivy-hydra counsel swiper helm helm-core ivy flycheck company hydra zerodark-theme xterm-color winum which-key wgrep use-package smex smartparens shell-pop realgud plan9-theme persp-mode pcre2el overseer nameless mvn multi-term mmm-mode meghanada maven-test-mode markdown-toc macrostep ivy-yasnippet ivy-xref ivy-rtags insert-shebang ibuffer-projectile helm-make groovy-mode groovy-imports gradle-mode google-c-style gh-md fuzzy flycheck-rtags flycheck-pos-tip flycheck-irony flycheck-bashate flx fish-mode eyebrowse evil eshell-z eshell-prompt-extras esh-help ensime elisp-slime-nav dotenv-mode disaster diminish company-statistics company-shell company-rtags company-irony-c-headers company-irony company-emacs-eclim company-c-headers cmake-mode cmake-ide clang-format bind-map auto-yasnippet auto-compile async ac-ispell)))
|
||||
(mmm-mode yapfify yaml-mode xterm-color which-key wgrep web-mode use-package tagedit smex smeargle smartparens slim-mode shell-pop scss-mode sass-mode pyvenv pytest pyenv-mode py-isort pug-mode pip-requirements persp-mode pcre2el pandoc-mode ox-pandoc ht orgit org-plus-contrib multi-term markdown-toc markdown-mode magit-gitflow magit-popup magit macrostep live-py-mode ivy-hydra insert-shebang hydra lv hy-mode dash-functional helm-make haml-mode gitignore-mode gitconfig-mode gitattributes-mode git-timemachine git-messenger git-link git-gutter-fringe+ git-gutter-fringe fringe-helper git-gutter+ git-gutter gh-md fuzzy flycheck-pos-tip pos-tip flycheck flx fish-mode eyebrowse exec-path-from-shell transient git-commit with-editor evil-escape goto-chg eshell-z eshell-prompt-extras esh-help emmet-mode elisp-slime-nav doom-modeline shrink-path disaster diminish diff-hl cython-mode counsel-projectile projectile pkg-info epl counsel swiper ivy company-web web-completion-data company-statistics company-shell company-emacs-eclim eclim company-c-headers company-auctex company-anaconda company cmake-mode clang-format bind-map bind-key auto-yasnippet yasnippet auto-compile packed async anaconda-mode pythonic f s all-the-icons memoize ace-window avy ac-ispell auto-complete popup doom-themes dash)))
|
||||
'(pdf-view-midnight-colors (quote ("#655370" . "#fbf8ef")))
|
||||
'(safe-local-variable-values (quote ((eval progn (pp-buffer) (indent-buffer)))))
|
||||
'(safe-local-variable-values
|
||||
(quote
|
||||
((cmake-ide-project-dir . "~/Nextcloud/Documents/Archive-uni/Second year/IA/Code/P2/practica2")
|
||||
(eval progn
|
||||
(pp-buffer)
|
||||
(indent-buffer)))))
|
||||
'(sml/active-background-color "#98ece8")
|
||||
'(sml/active-foreground-color "#424242")
|
||||
'(sml/inactive-background-color "#4fa8a8")
|
||||
|
|
Loading…
Reference in New Issue