bump my deps
This commit is contained in:
parent
7ffb027147
commit
d3b9d05bc0
2 changed files with 24 additions and 16 deletions
32
flake.lock
32
flake.lock
|
@ -352,11 +352,11 @@
|
|||
"theme": "theme"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1671023351,
|
||||
"narHash": "sha256-jpVEplBvKWcoFS5ccj4AuefxjGeo7r0UjO/WwpwrcsQ=",
|
||||
"lastModified": 1673182399,
|
||||
"narHash": "sha256-ZBtUv8dpvFdBF8sIOw4ysDNORuPxhlJ8gitoFQJwXmY=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "ecd8cd11edaef12cb126851256ba14dd1508e305",
|
||||
"revCount": 90,
|
||||
"rev": "69422842750312ecee3d5f3144e24af77c848e1b",
|
||||
"revCount": 92,
|
||||
"type": "git",
|
||||
"url": "https://git.pleshevski.ru/mynix/neovim"
|
||||
},
|
||||
|
@ -576,17 +576,17 @@
|
|||
"nvim-tree-lua": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1670730038,
|
||||
"narHash": "sha256-OztYz31WMcjuCNJ/3UdnyzWVUGomh5DJqZMG2IzfGMA=",
|
||||
"lastModified": 1673160181,
|
||||
"narHash": "sha256-61u31BqgVEbeBeVWP6wb8ZFYgCmpUp78HCO4KZktrZg=",
|
||||
"owner": "kyazdani42",
|
||||
"repo": "nvim-tree.lua",
|
||||
"rev": "7177d95ac0f46bf02ff3f8375e135149a3fc79b8",
|
||||
"rev": "ccb6d8a518d32e22bf5874f90e6c22661a5d8b46",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "kyazdani42",
|
||||
"repo": "nvim-tree.lua",
|
||||
"rev": "7177d95ac0f46bf02ff3f8375e135149a3fc79b8",
|
||||
"rev": "ccb6d8a518d32e22bf5874f90e6c22661a5d8b46",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
|
@ -701,34 +701,34 @@
|
|||
"telescope-live-grep-args-nvim": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1661594012,
|
||||
"narHash": "sha256-T5j2qgoDtVkk1uCLjoNeyw4eTu6eLbTXQHUuvHs3Tls=",
|
||||
"lastModified": 1667841908,
|
||||
"narHash": "sha256-RgGCaAolEWMXJet547ce0oW0+zsxQzXrKn+O9WgV1nk=",
|
||||
"owner": "nvim-telescope",
|
||||
"repo": "telescope-live-grep-args.nvim",
|
||||
"rev": "32b633b062d1168a2d18ad27994e5b4ef97f0a74",
|
||||
"rev": "7de3baef1ec4fb77f7a8195fe87bebd513244b6a",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nvim-telescope",
|
||||
"repo": "telescope-live-grep-args.nvim",
|
||||
"rev": "32b633b062d1168a2d18ad27994e5b4ef97f0a74",
|
||||
"rev": "7de3baef1ec4fb77f7a8195fe87bebd513244b6a",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"telescope-nvim": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1665298896,
|
||||
"narHash": "sha256-XSvHYRJ19E8IvYqLbk/NHBpaSajmMMk7sKoXkfM2KsM=",
|
||||
"lastModified": 1673080271,
|
||||
"narHash": "sha256-O+SdBNGBDolhucmegcjR9Uf8/7L8+GOAKm0SzwSZqZo=",
|
||||
"owner": "nvim-telescope",
|
||||
"repo": "telescope.nvim",
|
||||
"rev": "f174a0367b4fc7cb17710d867e25ea792311c418",
|
||||
"rev": "04af51dbfb17c2afa0b8d82b0e842e0638201ca9",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nvim-telescope",
|
||||
"repo": "telescope.nvim",
|
||||
"rev": "f174a0367b4fc7cb17710d867e25ea792311c418",
|
||||
"rev": "04af51dbfb17c2afa0b8d82b0e842e0638201ca9",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -20,6 +20,14 @@ let
|
|||
close = true;
|
||||
};
|
||||
};
|
||||
telescope.settings = {
|
||||
extensions.live_grep_args = {
|
||||
auto_quoting = true;
|
||||
mappings.i = {
|
||||
"<C-K>" = mkLuaRaw "require('telescope-live-grep-args.actions').quote_prompt()";
|
||||
};
|
||||
};
|
||||
};
|
||||
lspSaga.settings = {
|
||||
border_style = "rounded";
|
||||
symbol_in_winbar.enable = false;
|
||||
|
|
Loading…
Reference in a new issue