Compare commits

..

No commits in common. "3f9d374c4904cb4bcda7ed408f59c9cab3c2f0f2" and "14c9c0c75d510aa1b01c5ead8c0f26af01e644ca" have entirely different histories.

3 changed files with 2 additions and 5 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=8" '("-j=3"
"--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,18 +10,15 @@
;;(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: