mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-13 23:51:34 +09:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
@ -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
|
||||||
|
|||||||
@ -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))
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user