nigel barink
1bb7a56d5c
Updated Settings * Added new keymaps in keys.lua * improved LSP setup Plugins Removed * codellama * hardtime Additional Plugins added * Added edgy * Added neo-tree * Added todo-comments * Added which-key
10 lines
181 B
Lua
10 lines
181 B
Lua
return {
|
|
"folke/edgy.nvim",
|
|
event = "VeryLazy",
|
|
opts = {},
|
|
init = function ()
|
|
vim.opt.laststatus = 3
|
|
vim.opt.splitkeep = "screen"
|
|
end
|
|
}
|