Muh dotfiles

This commit is contained in:
2025-05-10 10:18:28 +03:00
commit 0f4558597e
84 changed files with 4306 additions and 0 deletions

View File

@ -0,0 +1,18 @@
return {
"hrsh7th/nvim-cmp",
event = "InsertEnter", -- , "CmdlineEnter"
dependencies = {
"hrsh7th/cmp-nvim-lsp",
"hrsh7th/cmp-buffer",
{
"L3MON4D3/LuaSnip", -- jsregexp is optional
dependencies = "rafamadriz/friendly-snippets",
config = function()
require("luasnip.loaders.from_vscode").lazy_load()
end
},
"saadparwaiz1/cmp_luasnip", -- TODO
},
config = function() require "configs.cmp" end
}