nvim
This commit is contained in:
+17
-52
@@ -1,46 +1,15 @@
|
||||
return {
|
||||
{
|
||||
"vhyrro/luarocks.nvim",
|
||||
priority = 1000,
|
||||
config = true,
|
||||
},
|
||||
|
||||
{
|
||||
"cameronr/auto-session",
|
||||
opts = {
|
||||
enabled = true,
|
||||
-- log_level = 'debug',
|
||||
root_dir = vim.fn.stdpath "data" .. "/sessions/",
|
||||
auto_save = true,
|
||||
auto_restore = true,
|
||||
auto_create = true,
|
||||
suppressed_dirs = nil,
|
||||
allowed_dirs = nil,
|
||||
auto_restore_last_session = false,
|
||||
use_git_branch = false,
|
||||
lazy_support = true,
|
||||
bypass_save_filetypes = nil,
|
||||
close_unsupported_windows = true,
|
||||
args_allow_single_directory = true,
|
||||
args_allow_files_auto_save = true,
|
||||
continue_restore_on_error = false,
|
||||
show_auto_restore_notif = true,
|
||||
cwd_change_handling = false,
|
||||
lsp_stop_on_restore = false,
|
||||
|
||||
session_lens = {
|
||||
load_on_setup = true,
|
||||
theme_conf = {
|
||||
-- test
|
||||
},
|
||||
previewer = false,
|
||||
|
||||
mappings = {
|
||||
delete_session = { "i", "<C-D>" },
|
||||
alternate_session = { "i", "<C-S>" },
|
||||
copy_session = { "i", "<C-Y>" },
|
||||
},
|
||||
|
||||
session_control = {
|
||||
control_dir = vim.fn.stdpath "data" .. "/auto_session/",
|
||||
control_filename = "session_control.json",
|
||||
},
|
||||
},
|
||||
},
|
||||
opts = function()
|
||||
return require "configs.auto-session"
|
||||
end,
|
||||
},
|
||||
|
||||
{
|
||||
@@ -100,18 +69,6 @@ return {
|
||||
end,
|
||||
},
|
||||
|
||||
-- {
|
||||
-- "mfussenegger/nvim-jdtls",
|
||||
-- lazy = true,
|
||||
-- dependencies = {
|
||||
-- "mfussenegger/nvim-dap",
|
||||
-- },
|
||||
-- config = function()
|
||||
-- require "configs.jdtls"
|
||||
-- end,
|
||||
-- },
|
||||
|
||||
-- These are some examples, uncomment them if you want to see them work!
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
dependencies = {
|
||||
@@ -321,4 +278,12 @@ return {
|
||||
return require "nvchad.configs.telescope"
|
||||
end,
|
||||
},
|
||||
|
||||
{
|
||||
"nvim-neorg/neorg",
|
||||
dependencies = "3rd/image.nvim",
|
||||
config = function()
|
||||
require "configs.neorg"
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user