diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-01-31 02:42:19 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-01-31 02:42:19 +0300 |
commit | 3ac33751a4c230d1b0caf66bd09ef1baee5fd038 (patch) | |
tree | 44475174e43f561cb354908c6462e6633010fbce /modules/common/emacs/default.nix | |
parent | 2024-01-21 (diff) |
2024-01-31
Diffstat (limited to '')
-rw-r--r-- | modules/common/emacs/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/common/emacs/default.nix b/modules/common/emacs/default.nix index d16d168..082b3c3 100644 --- a/modules/common/emacs/default.nix +++ b/modules/common/emacs/default.nix @@ -81,7 +81,6 @@ in { gnutar # :tools tree-sitter gnutls # doom! :app irc go # :lang go - gocode # :lang go org godef # :lang go gomodifytags # :lang go gopls # :lang (go +lsp) @@ -133,7 +132,7 @@ in { texlab # lang (tex +lsp) texlive.combined.scheme-full # :lang org tex unzip # :tools debugger - # wordnet # :tools (lookup +dictionary +offline) + wordnet # :tools (lookup +dictionary +offline) yaml-language-server # :lang (yaml +lsp) zig # :lang zig :editor format zls # :lang (zig +lsp) |