mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-02-16 16:40:49 +01:00
adding treesitter and fzf
This commit is contained in:
parent
74fa6316dd
commit
f40541ab32
@ -198,6 +198,7 @@ in
|
||||
cmp_luasnip
|
||||
cmp-nvim-lsp
|
||||
telescope-nvim
|
||||
telescope-fzf-native-nvim
|
||||
vim-tmux-navigator
|
||||
];
|
||||
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>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/telescope.lua}
|
||||
-- Comment
|
||||
require("Comment").setup()
|
||||
-- Lualine
|
||||
|
Loading…
Reference in New Issue
Block a user