mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 22:49:41 +00:00
ref(nvim): formatted files
This commit is contained in:
parent
7bbf5ee03b
commit
c1bbfff700
16 changed files with 45 additions and 301 deletions
|
|
@ -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" })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue