mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-06-26 23:11:49 +02:00
adding treesitter and fzf
This commit is contained in:
parent
74fa6316dd
commit
f40541ab32
@ -198,6 +198,7 @@ in
|
|||||||
cmp_luasnip
|
cmp_luasnip
|
||||||
cmp-nvim-lsp
|
cmp-nvim-lsp
|
||||||
telescope-nvim
|
telescope-nvim
|
||||||
|
telescope-fzf-native-nvim
|
||||||
vim-tmux-navigator
|
vim-tmux-navigator
|
||||||
];
|
];
|
||||||
extraLuaConfig = ''
|
extraLuaConfig = ''
|
||||||
@ -238,6 +239,7 @@ in
|
|||||||
keymap.set("n", "<leader>tp", "<cmd>tabp<CR>", { desc = "Go to previous tab" }) -- go to previous tab
|
keymap.set("n", "<leader>tp", "<cmd>tabp<CR>", { desc = "Go to previous tab" }) -- go to previous tab
|
||||||
keymap.set("n", "<leader>tf", "<cmd>tabnew %<CR>", { desc = "Open current buffer in new tab" }) -- move current buffer to new tab
|
keymap.set("n", "<leader>tf", "<cmd>tabnew %<CR>", { desc = "Open current buffer in new tab" }) -- move current buffer to new tab
|
||||||
${builtins.readFile ../../config/nvim/plugins/cmp.lua}
|
${builtins.readFile ../../config/nvim/plugins/cmp.lua}
|
||||||
|
${builtins.readFile ../../config/nvim/plugins/telescope.lua}
|
||||||
-- Comment
|
-- Comment
|
||||||
require("Comment").setup()
|
require("Comment").setup()
|
||||||
-- Lualine
|
-- Lualine
|
||||||
|
Loading…
x
Reference in New Issue
Block a user