chore(.gitignore): update .gitignore file to include Lua-related files and directories

feat(gitignore.lua): add Lua script to generate .gitignore file using gitignore.nvim plugin

chore(lsp-config.lua): comment out configuration for pyright server

feat(poet-v.lua): add poet-v plugin for managing Python virtual environments
This commit is contained in:
David Ibia
2024-01-03 01:44:36 +01:00
parent 68421c4615
commit 6aa492bca8
7 changed files with 100 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
return {
"petobens/poet-v",
config = function()
require("absolute.after.poet-v")
end,
}