Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Nov 26, 2024
1 parent 28ff191 commit 348a619
Showing 1 changed file with 29 additions and 2 deletions.
31 changes: 29 additions & 2 deletions share/doc/python-emacs-setup.org
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,10 @@ Autocompletion is powered by ~company~ in conjunction with
(setopt company-show-quick-access t)
#+end_src

** TODO Using Snippets with ~yasnippet~ and ~lsp-mode~
** TODO Enhancing Autocompletion with ~yasnippet~

To complement ~lsp-mode~ and ~company~, ~yasnippet~ provides pre-defined
code snippets and templates for repetitive code structures.

*** TODO Setup

Expand Down Expand Up @@ -193,6 +196,15 @@ Work In Progress...
Work In Progress...
#+end_quote

** TODO Automating Virtual Environments with ~Poetry~ and ~direnv~

~Poetry~ simplifies virtual environment management, and its integration
with ~direnv~ automates environment setup:

#+begin_quote
Work In Progress...
#+end_quote

* Testing IDE Workflow

** TODO Code Refactoring with ~lsp-mode~ and ~lsp-pyright~
Expand Down Expand Up @@ -229,6 +241,21 @@ Work In Progress...

* Future Enhancements

** Exploring Alternative LSP Clients

While ~lsp-mode~ is the most feature-complete client, ~Eglot~ offers a
simpler and more lightweight alternative for integrating LSP servers
with Emacs. It is worth exploring for users who prefer minimal
configurations.

#+begin_quote
Work In Progress...
#+end_quote

* Temporary

This section contains my personal TODOs related to this guide.

** TODO Sortout with language server and its plugins

Do I really need the following:
Expand Down Expand Up @@ -257,7 +284,7 @@ Do I really need the following:
- [[https://github.com/direnv/direnv][direnv project at GitHub]]
/Source code and additional documentation for direnv./

*** Emmacs Resources
*** Emacs Resources

- [[https://github.com/purcell/envrc][envrc project at GitHub]]
/Emacs support for direnv which operates buffer-locally./
Expand Down

0 comments on commit 348a619

Please sign in to comment.