feat: add :BufOnly command to nvim
parent
f6bbb1f35a
commit
0d59a43a45
|
@ -0,0 +1 @@
|
|||
vim.api.nvim_create_user_command("BufOnly", "%bd|e#|bd#", {})
|
|
@ -162,6 +162,7 @@ in
|
|||
|
||||
${builtins.readFile ./keymaps.lua }
|
||||
${builtins.readFile ./options.lua }
|
||||
${builtins.readFile ./commands.lua }
|
||||
${builtins.readFile ./treesitter.lua }
|
||||
${builtins.readFile ./lspconfig.lua }
|
||||
${builtins.readFile ./toggleterm.lua }
|
||||
|
|
Loading…
Reference in New Issue