Compare commits
2 commits
57ee7bb2fd
...
0ae1961a6b
Author | SHA1 | Date | |
---|---|---|---|
0ae1961a6b | |||
915ce7827b |
3 changed files with 2 additions and 13 deletions
|
@ -37,17 +37,6 @@ use {
|
|||
}
|
||||
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';
|
||||
'leafo/moonscript-vim';
|
||||
'neovim/nvim-lspconfig';
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
return function()
|
||||
require('neo-tree').setup {
|
||||
window = {
|
||||
position = "right";
|
||||
position = "left";
|
||||
width = 25;
|
||||
};
|
||||
filesystem = {
|
||||
|
|
|
@ -2,7 +2,7 @@ return function()
|
|||
vim.keymap.set("n", "<leader>o", "<cmd>OutlineOpen<CR><cmd>OutlineFocus<CR>", { desc = "Toggle Outline" })
|
||||
require("outline").setup {
|
||||
outline_window = {
|
||||
position = "left";
|
||||
position = "right";
|
||||
width = 20;
|
||||
relative_width = false;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue