Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Mar 3, 2022
1 parent 7eeafcc commit e31d615
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions lua/csvtools.lua
Original file line number Diff line number Diff line change
Expand Up @@ -169,15 +169,14 @@ function M.add_mappings()
vim.api.nvim_buf_set_keymap(Status.mainwindowbuf, "n", "<leader>tf", ":lua require'csvtools'.NewWindow()<cr>", opts)
if Status.buf ~= nil then
vim.api.nvim_buf_set_keymap(Status.buf, "n", "<leader>td", ":lua require'csvtools'.CloseWindow()<cr>", opts)

end
vim.api.nvim_buf_set_keymap(
Status.mainwindowbuf,
"n",
"<leader>td",
":lua require'csvtools'.CloseWindow()<cr>",
opts
)
vim.api.nvim_buf_set_keymap(
Status.mainwindowbuf,
"n",
"<leader>td",
":lua require'csvtools'.CloseWindow()<cr>",
opts
)

vim.api.nvim_buf_set_keymap(
Status.mainwindowbuf,
Expand Down

0 comments on commit e31d615

Please sign in to comment.