Skip to content

Commit

Permalink
Minor bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kuznetsss committed Jul 9, 2024
1 parent 30efdda commit 5b1cb29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions lua/plugins/luasnip.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ local setup_luasnip = function()
vim.notify('Reloading snippets')
load_snippets()
end)
load_snippets()
end

return {
Expand Down
1 change: 0 additions & 1 deletion lua/plugins/none_ls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ return {
local cspell = require 'cspell'
null_ls.setup {
sources = {
null_ls.builtins.diagnostics.teal,
null_ls.builtins.diagnostics.selene,
null_ls.builtins.formatting.stylua,
null_ls.builtins.code_actions.statix,
Expand Down

0 comments on commit 5b1cb29

Please sign in to comment.