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)
|
||||
|
||||
;; Tree-sitter support
|
||||
(use-package treesit-auto
|
||||
:hook (after-init . global-treesit-auto-mode)
|
||||
:init (setq treesit-auto-install 'prompt))
|
||||
;; (use-package treesit-auto
|
||||
;; :hook (after-init . global-treesit-auto-mode)
|
||||
;; :init (setq treesit-auto-install 'prompt))
|
||||
|
||||
;; Search tool
|
||||
(use-package grep
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
(setq verilog-ext-feature-list
|
||||
'(font-lock
|
||||
xref
|
||||
;; capf
|
||||
capf
|
||||
hierarchy
|
||||
eglot
|
||||
;; lsp
|
||||
@ -32,14 +32,14 @@
|
||||
beautify
|
||||
navigation
|
||||
template
|
||||
formatter
|
||||
;; formatter
|
||||
compilation
|
||||
imenu
|
||||
which-func
|
||||
hideshow
|
||||
typedefs
|
||||
time-stamp
|
||||
block-end-comments
|
||||
;; block-end-comments
|
||||
ports))
|
||||
:config
|
||||
(verilog-ext-mode-setup))
|
||||
|
||||
@ -29,9 +29,9 @@ super+s
|
||||
super+shift+s
|
||||
scrot -s -e 'xclip -selection clipboard -t image/png -i $f'
|
||||
super+shift+e
|
||||
rofi -mode drun -theme solarized -font "hack 20" -show combi
|
||||
rofi drun,run,filebrowser -show
|
||||
alt+Tab
|
||||
rofi -mode window -theme solarized -font "hack 20" -show
|
||||
rofi -show window
|
||||
|
||||
##rofi things
|
||||
##Launch apps
|
||||
|
||||
Reference in New Issue
Block a user