Added ts-comments and bufferline plugin
This commit is contained in:
parent
24ba0bf525
commit
1302231b7c
3 changed files with 11 additions and 1 deletions
|
|
@ -12,6 +12,8 @@
|
|||
./dap-ui.nix
|
||||
./dap-virtual-text.nix
|
||||
./competitest.nix
|
||||
./bufferline.nix
|
||||
./ts-comments.nix
|
||||
];
|
||||
opts = {
|
||||
number = true;
|
||||
|
|
@ -21,7 +23,9 @@
|
|||
cindent = true;
|
||||
scrolloff = 5;
|
||||
};
|
||||
globals = { mapleader = " "; };
|
||||
globals = {
|
||||
mapleader = " ";
|
||||
};
|
||||
extraConfigLua = ''
|
||||
vim.keymap.set("n", "<leader>pb", ":Pick buffers<CR>", {desc = "Pick buffers"})
|
||||
vim.keymap.set("n", "<leader>pd", ":Pick diagnostic<CR>", {desc = "Pick diagnostic"})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue