Add verilog keywords to company
This commit is contained in:
parent
9bcf345657
commit
37ceab5474
@ -76,7 +76,8 @@
|
||||
verilog-indent-level-module 4
|
||||
verilog-auto-newline nil
|
||||
verilog-linter "verilator --lint-only")
|
||||
(add-hook 'verilog-mode-hook (lambda () (setq indent-tabs-mode nil))))
|
||||
(add-hook 'verilog-mode-hook (lambda () (setq indent-tabs-mode nil)))
|
||||
(add-to-list 'company-keywords-alist (cons 'verilog-mode verilog-keywords)))
|
||||
|
||||
(use-package python
|
||||
:defer
|
||||
|
Loading…
Reference in New Issue
Block a user