bump my deps

This commit is contained in:
Dmitriy Pleshevskiy 2023-01-08 15:58:00 +03:00
parent 7ffb027147
commit d3b9d05bc0
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215
2 changed files with 24 additions and 16 deletions

View file

@ -352,11 +352,11 @@
"theme": "theme" "theme": "theme"
}, },
"locked": { "locked": {
"lastModified": 1671023351, "lastModified": 1673182399,
"narHash": "sha256-jpVEplBvKWcoFS5ccj4AuefxjGeo7r0UjO/WwpwrcsQ=", "narHash": "sha256-ZBtUv8dpvFdBF8sIOw4ysDNORuPxhlJ8gitoFQJwXmY=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "ecd8cd11edaef12cb126851256ba14dd1508e305", "rev": "69422842750312ecee3d5f3144e24af77c848e1b",
"revCount": 90, "revCount": 92,
"type": "git", "type": "git",
"url": "https://git.pleshevski.ru/mynix/neovim" "url": "https://git.pleshevski.ru/mynix/neovim"
}, },
@ -576,17 +576,17 @@
"nvim-tree-lua": { "nvim-tree-lua": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1670730038, "lastModified": 1673160181,
"narHash": "sha256-OztYz31WMcjuCNJ/3UdnyzWVUGomh5DJqZMG2IzfGMA=", "narHash": "sha256-61u31BqgVEbeBeVWP6wb8ZFYgCmpUp78HCO4KZktrZg=",
"owner": "kyazdani42", "owner": "kyazdani42",
"repo": "nvim-tree.lua", "repo": "nvim-tree.lua",
"rev": "7177d95ac0f46bf02ff3f8375e135149a3fc79b8", "rev": "ccb6d8a518d32e22bf5874f90e6c22661a5d8b46",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "kyazdani42", "owner": "kyazdani42",
"repo": "nvim-tree.lua", "repo": "nvim-tree.lua",
"rev": "7177d95ac0f46bf02ff3f8375e135149a3fc79b8", "rev": "ccb6d8a518d32e22bf5874f90e6c22661a5d8b46",
"type": "github" "type": "github"
} }
}, },
@ -701,34 +701,34 @@
"telescope-live-grep-args-nvim": { "telescope-live-grep-args-nvim": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1661594012, "lastModified": 1667841908,
"narHash": "sha256-T5j2qgoDtVkk1uCLjoNeyw4eTu6eLbTXQHUuvHs3Tls=", "narHash": "sha256-RgGCaAolEWMXJet547ce0oW0+zsxQzXrKn+O9WgV1nk=",
"owner": "nvim-telescope", "owner": "nvim-telescope",
"repo": "telescope-live-grep-args.nvim", "repo": "telescope-live-grep-args.nvim",
"rev": "32b633b062d1168a2d18ad27994e5b4ef97f0a74", "rev": "7de3baef1ec4fb77f7a8195fe87bebd513244b6a",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nvim-telescope", "owner": "nvim-telescope",
"repo": "telescope-live-grep-args.nvim", "repo": "telescope-live-grep-args.nvim",
"rev": "32b633b062d1168a2d18ad27994e5b4ef97f0a74", "rev": "7de3baef1ec4fb77f7a8195fe87bebd513244b6a",
"type": "github" "type": "github"
} }
}, },
"telescope-nvim": { "telescope-nvim": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1665298896, "lastModified": 1673080271,
"narHash": "sha256-XSvHYRJ19E8IvYqLbk/NHBpaSajmMMk7sKoXkfM2KsM=", "narHash": "sha256-O+SdBNGBDolhucmegcjR9Uf8/7L8+GOAKm0SzwSZqZo=",
"owner": "nvim-telescope", "owner": "nvim-telescope",
"repo": "telescope.nvim", "repo": "telescope.nvim",
"rev": "f174a0367b4fc7cb17710d867e25ea792311c418", "rev": "04af51dbfb17c2afa0b8d82b0e842e0638201ca9",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nvim-telescope", "owner": "nvim-telescope",
"repo": "telescope.nvim", "repo": "telescope.nvim",
"rev": "f174a0367b4fc7cb17710d867e25ea792311c418", "rev": "04af51dbfb17c2afa0b8d82b0e842e0638201ca9",
"type": "github" "type": "github"
} }
}, },

View file

@ -20,6 +20,14 @@ let
close = true; 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 = { lspSaga.settings = {
border_style = "rounded"; border_style = "rounded";
symbol_in_winbar.enable = false; symbol_in_winbar.enable = false;