Compare commits

...

2 Commits

Author SHA1 Message Date
Wojciech Kozlowski
3f9d374c49 More cores for clangd 2024-01-18 21:19:32 +01:00
Wojciech Kozlowski
8fdb3a6417 Add packages for work dev 2024-01-18 21:19:32 +01:00
3 changed files with 5 additions and 2 deletions

View File

@ -204,7 +204,7 @@
;; Clangd LSP configuration. ;; Clangd LSP configuration.
(after! lsp-clangd (after! lsp-clangd
(setq lsp-clients-clangd-args (setq lsp-clients-clangd-args
'("-j=3" '("-j=8"
"--background-index" "--background-index"
"--clang-tidy" "--clang-tidy"
"--completion-style=detailed" "--completion-style=detailed"

View File

@ -154,7 +154,7 @@
;;ocaml ; an objective camel ;;ocaml ; an objective camel
(org +dragndrop +pretty); organize your plain life in plain text (org +dragndrop +pretty); organize your plain life in plain text
;;php ; perl's insecure younger brother ;;php ; perl's insecure younger brother
;;plantuml ; diagrams for confusing people more plantuml ; diagrams for confusing people more
;;purescript ; javascript, but functional ;;purescript ; javascript, but functional
(python +lsp +pyright +tree-sitter); beautiful is better than ugly (python +lsp +pyright +tree-sitter); beautiful is better than ugly
;;qt ; the 'cutest' gui framework ever ;;qt ; the 'cutest' gui framework ever

View File

@ -10,15 +10,18 @@
;;(package! some-package) ;;(package! some-package)
(package! deadgrep) (package! deadgrep)
(package! duplicate-thing) (package! duplicate-thing)
(package! flycheck-yang)
(package! nftables-mode) (package! nftables-mode)
(package! p4_16 (package! p4_16
:recipe (:local-repo "repos/p4_16-mode")) :recipe (:local-repo "repos/p4_16-mode"))
(package! protobuf-mode)
(package! symbol-overlay) (package! symbol-overlay)
(package! treemacs-icons-dired) (package! treemacs-icons-dired)
(package! whole-line-or-region) (package! whole-line-or-region)
(package! x-lib (package! x-lib
:recipe (:local-repo "repos/x-lib")) :recipe (:local-repo "repos/x-lib"))
(package! xcscope) ;; required for p4_16-mode (package! xcscope) ;; required for p4_16-mode
(package! yang-mode)
;; To install a package directly from a remote git repo, you must specify a ;; To install a package directly from a remote git repo, you must specify a
;; `:recipe'. You'll find documentation on what `:recipe' accepts here: ;; `:recipe'. You'll find documentation on what `:recipe' accepts here: