Skip to content

Commit

Permalink
minor: apply lua formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vimkim committed Dec 15, 2023
1 parent 4ca0bd5 commit baeadb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ require('lazy').setup({
},

-- Useful plugin to show you pending keybinds.
{ 'folke/which-key.nvim', opts = {} },
{ 'folke/which-key.nvim', opts = {} },
{
-- Adds git related signs to the gutter, as well as utilities for managing changes
'lewis6991/gitsigns.nvim',
Expand Down Expand Up @@ -405,7 +405,7 @@ local function live_grep_git_root()
local git_root = find_git_root()
if git_root then
require('telescope.builtin').live_grep({
search_dirs = {git_root},
search_dirs = { git_root },
})
end
end
Expand Down Expand Up @@ -576,7 +576,7 @@ local servers = {
-- pyright = {},
-- rust_analyzer = {},
-- tsserver = {},
html = { filetypes = { 'html', 'twig', 'hbs'} },
html = { filetypes = { 'html', 'twig', 'hbs' } },

lua_ls = {
Lua = {
Expand Down

0 comments on commit baeadb7

Please sign in to comment.