Merge remote-tracking branch 'origin/main'

This commit is contained in:
2024-09-02 21:51:41 +09:00
3 changed files with 8 additions and 8 deletions

View File

@ -4,9 +4,9 @@
(require 'init-funcs) (require 'init-funcs)
;; Tree-sitter support ;; Tree-sitter support
(use-package treesit-auto ;; (use-package treesit-auto
:hook (after-init . global-treesit-auto-mode) ;; :hook (after-init . global-treesit-auto-mode)
:init (setq treesit-auto-install 'prompt)) ;; :init (setq treesit-auto-install 'prompt))
;; Search tool ;; Search tool
(use-package grep (use-package grep

View File

@ -24,7 +24,7 @@
(setq verilog-ext-feature-list (setq verilog-ext-feature-list
'(font-lock '(font-lock
xref xref
;; capf capf
hierarchy hierarchy
eglot eglot
;; lsp ;; lsp
@ -32,14 +32,14 @@
beautify beautify
navigation navigation
template template
formatter ;; formatter
compilation compilation
imenu imenu
which-func which-func
hideshow hideshow
typedefs typedefs
time-stamp time-stamp
block-end-comments ;; block-end-comments
ports)) ports))
:config :config
(verilog-ext-mode-setup)) (verilog-ext-mode-setup))

View File

@ -29,9 +29,9 @@ super+s
super+shift+s super+shift+s
scrot -s -e 'xclip -selection clipboard -t image/png -i $f' scrot -s -e 'xclip -selection clipboard -t image/png -i $f'
super+shift+e super+shift+e
rofi -mode drun -theme solarized -font "hack 20" -show combi rofi drun,run,filebrowser -show
alt+Tab alt+Tab
rofi -mode window -theme solarized -font "hack 20" -show rofi -show window
##rofi things ##rofi things
##Launch apps ##Launch apps