Skip to content

Commit

Permalink
Use consistent syntax style for { ... } "pseudocode" (nvim-lua#1247)
Browse files Browse the repository at this point in the history
```
require('gitsigns').setup({ ... })
```

This was the first occurrence

It may be nice to have the same style everywhere

Cosmetic change (just to make docs/comments even more perfect)
  • Loading branch information
dragunovartem99 authored and na47io committed Jan 21, 2025
1 parent 82d6bfd commit 28d39c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -555,8 +555,8 @@ require('lazy').setup({
--

lua_ls = {
-- cmd = {...},
-- filetypes = { ...},
-- cmd = { ... },
-- filetypes = { ... },
-- capabilities = {},
settings = {
Lua = {
Expand Down

0 comments on commit 28d39c2

Please sign in to comment.