summaryrefslogtreecommitdiff
path: root/nvim/pack
AgeCommit message (Collapse)Author
3 daysnvim: Remove telescopexengineering
This removes the last plugin dependencies not provided by the Neovim developers and thus improves security and reduces maintenance and complexity.
3 daysnvim: Disable snippets and completionxengineering
Current supply chain attacks highlight the risk of using a lot of plugins. This commit is just a test how much I need snippets and completion by disabling them. Maybe this is rolled back or replaced by a custom Lua implementation.
2025-03-30nvim: Update to nvim-cmp v0.0.2xengineering
This fixed error messages on completion on recent Arch Linux.
2024-02-27nvim: Add package telescope.nvimxengineering
2024-02-27nvim: Add package plenary.nvimxengineering
2024-02-27nvim: Add package friendly-snipptesxengineering
2024-02-27nvim: Add package cmp_luasnipxengineering
2024-02-27nvim: Add package LuaSnipxengineering
2024-02-27nvim: Add package cmp-nvim-lspxengineering
2024-02-27nvim: Add package nvim-cmpxengineering
2024-02-26nvim: Add nvim-lspconfig plugin as Git submodulexengineering
Configuring the built-in language server protocol (LSP) client is very complex. The nvim-lspconfig which is from the same GitHub user as Neovim itself provides configurations for a lot of LSP servers. Adding it as submodule to this repository makes sense because it is an essential part of the editor configuration.