mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 11:40:36 +00:00
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:
7
lua/absolute/plugins/poet-v.lua
Normal file
7
lua/absolute/plugins/poet-v.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
return {
|
||||
"petobens/poet-v",
|
||||
config = function()
|
||||
require("absolute.after.poet-v")
|
||||
end,
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user