Remove vim marks package
This commit is contained in:
parent
915ce7827b
commit
0ae1961a6b
1 changed files with 0 additions and 11 deletions
|
@ -37,17 +37,6 @@ use {
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
};
|
};
|
||||||
{
|
|
||||||
'chentoast/marks.nvim';
|
|
||||||
config = function()
|
|
||||||
require'marks'.setup {
|
|
||||||
sign_priority = { lower=10, upper=15, builtin=8, bookmark=20 },
|
|
||||||
excluded_filetypes = {},
|
|
||||||
excluded_buftypes = {},
|
|
||||||
mappings = {}
|
|
||||||
}
|
|
||||||
end
|
|
||||||
};
|
|
||||||
'folke/twilight.nvim';
|
'folke/twilight.nvim';
|
||||||
'leafo/moonscript-vim';
|
'leafo/moonscript-vim';
|
||||||
'neovim/nvim-lspconfig';
|
'neovim/nvim-lspconfig';
|
||||||
|
|
Loading…
Reference in a new issue