add paru config and ignore lock files
only minor tinkering otherwise
This commit is contained in:
@@ -55,16 +55,14 @@ return {
|
||||
-- },
|
||||
-- debugging languages
|
||||
{
|
||||
{
|
||||
-- Automatically sets up LSP, so lsp.lua doesn't include rust.
|
||||
-- Makes debugging work seamlessly.
|
||||
"mrcjkb/rustaceanvim",
|
||||
version = "^5", -- Recommended by module.
|
||||
lazy = true,
|
||||
ft = "rust",
|
||||
dependencies = {
|
||||
"mfussenegger/nvim-dap",
|
||||
},
|
||||
-- Automatically sets up LSP, so lsp.lua doesn't include rust.
|
||||
-- Makes debugging work seamlessly.
|
||||
"mrcjkb/rustaceanvim",
|
||||
version = "^5", -- Recommended by module.
|
||||
lazy = true,
|
||||
ft = "rust",
|
||||
dependencies = {
|
||||
"mfussenegger/nvim-dap",
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
return {
|
||||
"nvim-lualine/lualine.nvim",
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
lazy = false,
|
||||
lazy = true,
|
||||
event = { "VeryLazy" },
|
||||
opts = {
|
||||
options = {
|
||||
icons_enabled = true,
|
||||
|
||||
@@ -3,7 +3,7 @@ return {
|
||||
"gennaro-tedesco/nvim-possession",
|
||||
lazy = true,
|
||||
keys = { "<Leader>s" },
|
||||
config = true,
|
||||
-- config = true,
|
||||
opts = {
|
||||
autoload = false, -- default false
|
||||
autosave = true,
|
||||
@@ -15,5 +15,4 @@ return {
|
||||
},
|
||||
},
|
||||
},
|
||||
{ "ibhagwan/fzf-lua", lazy = true },
|
||||
}
|
||||
|
||||
@@ -17,15 +17,7 @@ return {
|
||||
{
|
||||
"alex-popov-tech/store.nvim",
|
||||
cmd = "Store",
|
||||
opts = {
|
||||
width = 1000,
|
||||
height = 500,
|
||||
},
|
||||
},
|
||||
{
|
||||
"nvim-lualine/lualine.nvim",
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
lazy = false,
|
||||
opts = {},
|
||||
},
|
||||
{
|
||||
"folke/noice.nvim",
|
||||
|
||||
Reference in New Issue
Block a user