fix: emacs - code highlighting is buggy, remove lsp-bridge, add lsp-mode & copilot

fix: emacs - unicode symbols rendering is buggy, remove +pretty from org-mode
feat: emacs - add pandoc & jupyter for orgmode
This commit is contained in:
Ryan Yin
2024-01-13 14:55:15 +08:00
parent 1ec9c22fd0
commit 11bbedcde7
7 changed files with 53 additions and 71 deletions
+3 -1
View File
@@ -14,7 +14,7 @@
checkmake
# c/c++ compiler, required by nvim-treesitter!
gcc
# c/c++ tools with clang-tools, the unwrapped version won't
# c/c++ tools with clang-tools, the unwrapped version won't
# add alias like `cc` and `c++`, so that it won't conflict with gcc
llvmPackages.clang-unwrapped
lldb
@@ -27,6 +27,7 @@
ruff-lsp
black # python formatter
jupyter
ipython
pandas
requests
@@ -120,6 +121,7 @@
marksman # language server for markdown
glow # markdown previewer
fzf
pandoc # document converter
#-- Optional Requirements:
gdu # disk usage analyzer, required by AstroNvim