Skip to content

Commit

Permalink
feat(nvim): apply stylua
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiszamanidis committed Jul 1, 2024
1 parent 8c7e212 commit 5ae4113
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nvim/.config/nvim/after/plugin/bufferline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ bufferline.setup({
max_name_length = 30,
max_prefix_length = 30, -- prefix used when a buffer is de-duplicated
tab_size = 21,
diagnostics = false, -- | "nvim_lsp" | "coc",
diagnostics = false, -- | "nvim_lsp" | "coc",
diagnostics_update_in_insert = false,
-- diagnostics_indicator = function(count, level, diagnostics_dict, context)
-- return "("..count..")"
Expand Down
1 change: 0 additions & 1 deletion nvim/.config/nvim/after/plugin/keymaps/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,3 @@ vnoremap("<C-_>", "<esc><cmd>lua require('Comment.api').toggle.linewise(vim.fn.v
nnoremap("<leader><leader>", function()
vim.cmd("so")
end)

2 changes: 1 addition & 1 deletion nvim/.config/nvim/after/plugin/lualine.lua
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ ins_left({

-- Add components to right sections
ins_right({
"o:encoding", -- option component same as &encoding in viml
"o:encoding", -- option component same as &encoding in viml
fmt = string.upper, -- I'm not sure why it's upper case either ;)
cond = conditions.hide_in_width,
color = { fg = colors.green, gui = "bold" },
Expand Down

0 comments on commit 5ae4113

Please sign in to comment.