Revert "Pull down all non-code notes (#14)" (#15)

This reverts commit f15711edab.
This commit is contained in:
Harrison (Harry) Cramer
2023-08-04 14:31:55 -04:00
committed by GitHub
parent f15711edab
commit ade9f81426
3 changed files with 24 additions and 40 deletions

View File

@@ -131,7 +131,7 @@ end
local function jump_to_file(filename, line_number)
if line_number == nil or filename == nil then return end
if line_number == nil then line_number = 1 end
vim.api.nvim_command("wincmd l")
local bufnr = vim.fn.bufnr(filename)
if bufnr ~= -1 then