Skip to content

Commit

Permalink
[lint] fix stylua error
Browse files Browse the repository at this point in the history
  • Loading branch information
nomutin committed Aug 6, 2024
1 parent 708d1dd commit 9a2c6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xdg_config/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ vim.keymap.set("t", "fd", [[<C-\><C-n>]], { desc = "Return to normal mode" })
vim.keymap.set("n", "<leader>n", "<cmd>Lexplore<cr>", { desc = "Open file explorer" })

-- ====== COMMAND ======
vim.api.nvim_create_user_command('ConfigOpen', 'e $MYVIMRC', {})
vim.api.nvim_create_user_command("ConfigOpen", "e $MYVIMRC", {})

-- ====== PLUGIN ======
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
Expand Down

0 comments on commit 9a2c6a8

Please sign in to comment.