ref(nvim): formatted files

This commit is contained in:
Léana 江 2023-04-04 01:10:21 +02:00
parent 7bbf5ee03b
commit c1bbfff700
16 changed files with 45 additions and 301 deletions

View file

@ -1,7 +1,7 @@
require("harpoon").setup {}
require "harpoon".setup()
local ui = require("harpoon.ui")
local mark = require("harpoon.mark")
local ui = require "harpoon.ui"
local mark = require "harpoon.mark"
-- add and view
vim.keymap.set({ 'n', 'i' }, '<A-a>', function() mark.add_file() end, { desc = "add file to harpoon" })