aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs')
-rw-r--r--nixpkgs/.config/nixpkgs/common/nvim/plugins/lspconfig.lua2
-rw-r--r--nixpkgs/.config/nixpkgs/common/nvim/plugins/telescope.lua4
-rw-r--r--nixpkgs/.config/nixpkgs/per-user/kdam0-home/home.nix2
-rw-r--r--nixpkgs/.config/nixpkgs/per-user/kdam0-work/home.nix2
4 files changed, 7 insertions, 3 deletions
diff --git a/nixpkgs/.config/nixpkgs/common/nvim/plugins/lspconfig.lua b/nixpkgs/.config/nixpkgs/common/nvim/plugins/lspconfig.lua
index 5fc6857..f0e2db5 100644
--- a/nixpkgs/.config/nixpkgs/common/nvim/plugins/lspconfig.lua
+++ b/nixpkgs/.config/nixpkgs/common/nvim/plugins/lspconfig.lua
@@ -35,7 +35,7 @@ local on_attach = function(client, bufnr)
vim.keymap.set('n', 'gd', vim.lsp.buf.definition, bufopts)
vim.keymap.set('n', 'K', vim.lsp.buf.hover, bufopts)
vim.keymap.set('n', 'gi', vim.lsp.buf.implementation, bufopts)
- vim.keymap.set('n', '<C-k>', vim.lsp.buf.signature_help, bufopts)
+ vim.keymap.set('n', '<space>K', vim.lsp.buf.signature_help, bufopts)
vim.keymap.set('n', '<space>D', vim.lsp.buf.type_definition, bufopts)
vim.keymap.set('n', '<space>rn', vim.lsp.buf.rename, bufopts)
vim.keymap.set('n', '<space>ca', vim.lsp.buf.code_action, bufopts)
diff --git a/nixpkgs/.config/nixpkgs/common/nvim/plugins/telescope.lua b/nixpkgs/.config/nixpkgs/common/nvim/plugins/telescope.lua
index 97ef563..c39f218 100644
--- a/nixpkgs/.config/nixpkgs/common/nvim/plugins/telescope.lua
+++ b/nixpkgs/.config/nixpkgs/common/nvim/plugins/telescope.lua
@@ -7,8 +7,8 @@ telescope.setup {
defaults = {
file_ignore_patterns = { "^.git/" },
mappings = {
- i = { ["<c-t>"] = trouble.open_with_trouble },
- n = { ["<c-t>"] = trouble.open_with_trouble },
+ i = { ["<c-o>"] = trouble.open_with_trouble },
+ n = { ["<c-o>"] = trouble.open_with_trouble },
},
},
}
diff --git a/nixpkgs/.config/nixpkgs/per-user/kdam0-home/home.nix b/nixpkgs/.config/nixpkgs/per-user/kdam0-home/home.nix
index 500adf8..77dabbe 100644
--- a/nixpkgs/.config/nixpkgs/per-user/kdam0-home/home.nix
+++ b/nixpkgs/.config/nixpkgs/per-user/kdam0-home/home.nix
@@ -61,6 +61,8 @@
nvim-treesitter.withAllGrammars
nvim-autopairs
nvim-cmp
+ cmp-buffer
+ cmp-path
nvim-web-devicons
nnn-vim
luasnip
diff --git a/nixpkgs/.config/nixpkgs/per-user/kdam0-work/home.nix b/nixpkgs/.config/nixpkgs/per-user/kdam0-work/home.nix
index abc71e5..b8659e3 100644
--- a/nixpkgs/.config/nixpkgs/per-user/kdam0-work/home.nix
+++ b/nixpkgs/.config/nixpkgs/per-user/kdam0-work/home.nix
@@ -75,6 +75,8 @@
nvim-treesitter.withAllGrammars
nvim-autopairs
nvim-cmp
+ cmp-buffer
+ cmp-path
nvim-web-devicons
nnn-vim
luasnip