fix: Adding a better python virtualenv loading for LSP completion in a

project's directory and installed dependencies.
Removing render-markdown from being default enabled, but leaving it in
for now.
This commit is contained in:
2025-08-05 07:23:13 -05:00
parent dd4fbaea0a
commit a660ae40b5
4 changed files with 10 additions and 3 deletions

View File

@@ -32,5 +32,5 @@ require('lazy').setup({
require('plugins.markdown-preview'), -- Open a preview of markdown rendered in a browser
require('plugins.render-markdown'), -- Render markdown directly in nvim (experimental, may take over for markdown-preview)
require('plugins.autopairs'), -- Autocomplete symbol pairs when typing (experimental)
require('plugins.twilight') -- Focus mode, dim lines around the current segment of code
require('plugins.twilight'), -- Focus mode, dim lines around the current segment of code
})