zhijia,.zhang

Results 16 comments of zhijia,.zhang

也就是说传递给了librime,但是librime在和lua插件配合起来时可能不work?

🙏🏻 暂不影响使用 两个判断暂记录一下, 待以后有空再研究 ( anyone如果有更solid的结论可以更新) - librime是否已经支持了lua的plugin机制? - 大概率有, 当前插件配置需要patch到 `engine/processors` 这个节点 - plugin服务发现以及加载是在应用层来实现的吗? (在这里的语境下, 小狼毫/emacs-rime 就是应用层 ) - 大概率是, 目前下在 `rime_home` 目录下有个 `rime.lua` 来加载具体的插件 `processA = require(`some-plug')`

应该是在evil-insert-mode下, C-n/p的被动态绑定回来了.

configure as blew , then the `company-yasnippet` works well with `company-lsp` ```elisp (setq lsp-auto-configure nil) (lsp-register-client (make-lsp-client :new-connection (lsp-stdio-connection "gopls") :major-modes '(go-mode) :priority 0 :initialization-options 'lsp-clients-go--make-init-options :server-id 'gopls :library-folders-fn (lambda...

helm-M-x: Symbol’s function definition is void: nonempty-lines

```json { "maven.terminal.customEnv": [ { "environmentVariable": "JAVA_HOME", "value": "/usr/local/sdkman/candidates/java/8.0.302-open" } ] } ``` Even if the `JAVA_HOME` variable is explicitly specified as above, it does not work well with SDKMAN,...

@Eskibear > echo $SHELL /bin/bash

> I only notice this on the Windows version of WezTerm. The Mac version works great. Does this still happen with shell_integration set to false in the nushell config.nu? it...

add this at `dotspacemacs/user-config` ```emacslisp (add-hook 'server-switch-hook (lambda nil ( (kill-buffer "*scratch*")))) ```