Compare commits

..

No commits in common. "b04f935dc7278ea8aeccd0ec78b348f7eede5feb" and "f64a6c429702293e62012d02bf36827741d237b1" have entirely different histories.

2 changed files with 13 additions and 12 deletions

View File

@ -29,6 +29,7 @@ map('n', "<C-t>", "<cmd>Telescope current_buffer_tags<cr>")
map('n',"<leader>e", "<cmd>Telescope find_files<cr>")
map('n',"<leader>f", "<cmd>Telescope live_grep<cr>")
map('n',"<leader>g", "<cmd>Telescope grep_string<cr>")
map('n',"<leader>b", "<cmd>Telescope buffers<cr>")
map('n',"<leader>h", "<cmd>Telescope help_tags<cr>")
map('n',"z=", "<cmd>Telescope spell_suggest<cr>")

View File

@ -54,7 +54,7 @@ require "paq" {
"theHamsta/nvim-dap-virtual-text";
"rcarriga/nvim-dap-ui";
"norcalli/nvim-colorizer.lua";
"NvChad/nvim-colorizer.lua";
"lewis6991/gitsigns.nvim";
"tpope/vim-fugitive";
"renerocksai/telekasten.nvim";