install the marks plugin

This commit is contained in:
Nick Burt 2026-02-10 21:28:05 -06:00
parent 0800f2d994
commit d5d84ef6a6
2 changed files with 5 additions and 1 deletions

View File

@ -881,7 +881,6 @@ require('lazy').setup({
-- FIX: godot-server: should check if the server is already running first...
local gdprojectfilepath = vim.fn.getcwd() .. '/project.godot'
local isInGdDirectory = vim.fn.filereadable(gdprojectfilepath) == 1
if isInGdDirectory then vim.fn.serverstart '127.0.0.1:55432' end
-- The line beneath this is called `modeline`. See `:help modeline`

View File

@ -0,0 +1,5 @@
return {
'chentoast/marks.nvim',
event = 'VeryLazy',
opts = {},
}