Skip to content

Commit a90f289

Browse files
committed
fix format
1 parent cee19ee commit a90f289

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

init.lua

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ vim.o.number = true
1717
-- Experiment for yourself to see if you like it!
1818
vim.opt.relativenumber = true
1919

20-
2120
-- Enable mouse mode, can be useful for resizing splits for example!
2221
vim.o.mouse = 'a'
2322

@@ -294,7 +293,6 @@ require('lazy').setup({
294293
},
295294
},
296295

297-
298296
-- Document existing key chains
299297
spec = {
300298
{ '<leader>s', group = '[S]earch' },
@@ -577,9 +575,7 @@ require('lazy').setup({
577575
-- This may be unwanted, since they displace some of your code
578576
if client and client_supports_method(client, vim.lsp.protocol.Methods.textDocument_inlayHint, event.buf) then
579577
map('<leader>th', function()
580-
581578
vim.lsp.inlay_hint.enable(not vim.lsp.inlay_hint.is_enabled { bufnr = event.buf })
582-
583579
end, '[T]oggle Inlay [H]ints')
584580
end
585581
end,
@@ -796,7 +792,6 @@ require('lazy').setup({
796792
-- See :h blink-cmp-config-keymap for defining your own keymap
797793
preset = 'default',
798794

799-
800795
-- For more advanced Luasnip keymaps (e.g. selecting choice nodes, expansion) see:
801796
-- https://github.com/L3MON4D3/LuaSnip?tab=readme-ov-file#keymaps
802797
},
@@ -817,7 +812,6 @@ require('lazy').setup({
817812
default = { 'lsp', 'path', 'snippets', 'lazydev' },
818813
providers = {
819814
lazydev = { module = 'lazydev.integrations.blink', score_offset = 100 },
820-
821815
},
822816
},
823817

@@ -861,7 +855,6 @@ require('lazy').setup({
861855

862856
-- You can configure highlights by doing something like:
863857
vim.cmd.hi 'Comment gui=none'
864-
865858
end,
866859
},
867860

0 commit comments

Comments
 (0)