Skip to content

Commit

Permalink
style: fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
misumisumi committed Sep 13, 2023
1 parent a464f6c commit 25067a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions lua/user/configs/lsp-servers/nil_ls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,4 @@ return {
},
},
},
on_attach = function(client, bufnr)
client.server_capabilities.semanticTokensProvider = nil
end,
}
}
2 changes: 1 addition & 1 deletion lua/user/configs/ts-context.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ return {
trim_scope = "outer", -- Which context lines to discard if `max_lines` is exceeded. Choices: 'inner', 'outer'
mode = "cursor", -- Line used to calculate context. Choices: 'cursor', 'topline'
zindex = 30,
}
}

0 comments on commit 25067a3

Please sign in to comment.