Skip to content

Commit

Permalink
feat(luasnipt): move excluded lang into config
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedAbdulrahman committed Nov 26, 2023
1 parent 7b49afe commit 945a0a7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions nvim/lua/core/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,7 @@ return {
'L3MON4D3/LuaSnip',
dependencies = 'rafamadriz/friendly-snippets',
config = function()
require('luasnip.loaders.from_vscode').lazy_load({
-- I maintain my own snippets for these languages
exclude = {
'rust',
},
})
require('plugins.luasnip')
end,
},
'hrsh7th/cmp-nvim-lsp-signature-help',
Expand Down

0 comments on commit 945a0a7

Please sign in to comment.