summaryrefslogtreecommitdiffstats
path: root/.config/nvim/lua/user/plugins.lua
diff options
context:
space:
mode:
authorjustanothercatgirl <sotov@twistea.su>2025-01-17 13:11:40 +0300
committerjustanothercatgirl <sotov@twistea.su>2025-01-17 13:11:40 +0300
commitfea38c3c191163ea3f14f2c90236ebbde75fcbe5 (patch)
tree8a442ee129a787b5b44834e82509fe340182df36 /.config/nvim/lua/user/plugins.lua
parentb265c328f04362225a9d001580d0b8f5963ee1d9 (diff)
merged changes from laptop into pc dotfiles
Diffstat (limited to '.config/nvim/lua/user/plugins.lua')
-rw-r--r--.config/nvim/lua/user/plugins.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/.config/nvim/lua/user/plugins.lua b/.config/nvim/lua/user/plugins.lua
index 06b52d1..e632cff 100644
--- a/.config/nvim/lua/user/plugins.lua
+++ b/.config/nvim/lua/user/plugins.lua
@@ -24,7 +24,6 @@ plugins = {
{
"windwp/nvim-autopairs",
event = { "InsertEnter" }, -- automatically pair brackets and quotes
-
},
{
"tpope/vim-surround", -- replace quotes e.t.c
@@ -46,7 +45,7 @@ plugins = {
{ "simrat39/rust-tools.nvim" }, -- no commments
- -- { "hrsh7th/vim-vsnip" }, -- snippet engine
+ { "hrsh7th/vim-vsnip" }, -- snippet engine
{
"L3MON4D3/LuaSnip", -- better snippet engine
event = { "InsertEnter" },
@@ -111,7 +110,7 @@ plugins = {
-- dependencies = 'nvim-tree/nvim-web-devicons'
-- for more details on how to configure this plugin in details please see `:h bufferline-configuration`
},
- --{ "lvimuser/lsp-inlayhints.nvim" } -- saved for the better times
+ -- { "lvimuser/lsp-inlayhints.nvim" } -- saved for the better times
-- DEBUGGER CONFIGURATION
{