dotfiles/.config/nvim/lua/plugins/init.lua
2025-07-13 18:35:30 +02:00

13 lines
282 B
Lua
Executable file

return {
"projekt0n/github-nvim-theme",
"neovim/nvim-lspconfig",
"hrsh7th/cmp-nvim-lsp",
"hrsh7th/cmp-buffer",
"hrsh7th/cmp-path",
"hrsh7th/cmp-cmdline",
"hrsh7th/nvim-cmp",
"hrsh7th/cmp-vsnip",
"hrsh7th/vim-vsnip",
"lervag/vimtex",
"andweeb/presence.nvim",
}