Compare commits
No commits in common. "67271f3ab9938006dc85e02b25668ba882d3df49" and "11156f282c97da75d69f568ce92c8b80f6553c78" have entirely different histories.
67271f3ab9
...
11156f282c
|
@ -71,11 +71,9 @@ in
|
||||||
nvim-web-devicons # for dashboard-nvim
|
nvim-web-devicons # for dashboard-nvim
|
||||||
orgmode
|
orgmode
|
||||||
plenary-nvim # for telescope, neogit
|
plenary-nvim # for telescope, neogit
|
||||||
popup-nvim
|
|
||||||
smartcolumn-nvim
|
smartcolumn-nvim
|
||||||
telescope-fzf-native-nvim
|
telescope-fzf-native-nvim
|
||||||
telescope-nvim
|
telescope-nvim
|
||||||
telescope-zoxide
|
|
||||||
vim-lion
|
vim-lion
|
||||||
which-key-nvim
|
which-key-nvim
|
||||||
];
|
];
|
||||||
|
|
|
@ -67,13 +67,10 @@ require("noice").setup({
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
require("telescope").load_extension("zoxide")
|
|
||||||
wk.register({
|
wk.register({
|
||||||
f = {
|
f = {
|
||||||
name = "find",
|
name = "find",
|
||||||
f = { "<cmd>Telescope find_files<cr>", "find file" },
|
f = { "<cmd>Telescope find_files<cr>", "find file" },
|
||||||
z = { "<cmd>Telescope zoxide list<cr>", "find location" },
|
|
||||||
l = { "<cmd>Telescope current_buffer_fuzzy_find<cr>", "find line" },
|
|
||||||
g = { "<cmd>Telescope live_grep<cr>", "live grep" },
|
g = { "<cmd>Telescope live_grep<cr>", "live grep" },
|
||||||
b = { "<cmd>Telescope buffers<cr>", "find buffer" },
|
b = { "<cmd>Telescope buffers<cr>", "find buffer" },
|
||||||
},
|
},
|
||||||
|
@ -490,5 +487,4 @@ wk.register({
|
||||||
|
|
||||||
require("smartcolumn").setup({
|
require("smartcolumn").setup({
|
||||||
colorcolumn = 120,
|
colorcolumn = 120,
|
||||||
disabled_filetypes = { "help", "text", "markdown", "dashboard" },
|
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue