Skip to content

Commit

Permalink
Merge pull request #136 from brianhuster/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
brianhuster authored Oct 21, 2024
2 parents cb62043 + ab4c18e commit d640a86
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 34 deletions.
22 changes: 5 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ https://github.com/user-attachments/assets/865112c1-8514-4920-a531-b2204194f749

You can install this plugin using a plugin manager. Most plugin managers are supported. Below are some examples
<details>
<summary>

### Using lazy.nvim (recommended)
</summary>
<summary>Using lazy.nvim (recommended)</summary>

```lua
require("lazy").setup({
Expand All @@ -50,13 +47,10 @@ require("lazy").setup({
</details>

<details>
<summary>

### mini.deps
</summary>
<summary>mini.deps</summary>

```lua
add({
MiniDeps.add({
source = 'brianhuster/live-preview.nvim',
depends = { 'brianhuster/autosave.nvim' }, -- Not required, but recomended for autosaving
})
Expand All @@ -66,10 +60,7 @@ require('livepreview').setup()
</details>

<details>
<summary>

### vim-plug
</summary>
<summary>vim-plug</summary>

```vim
Plug 'brianhuster/live-preview.nvim'
Expand All @@ -82,10 +73,7 @@ lua require('livepreview').setup(vim.g.livepreview_config) " Required to enable
</details>

<details>
<summary>

### Native package (without a plugin manager)
</summary>
<summary>Native package (without a plugin manager)</summary>

- **Linux, MacOS, Unix-based**

Expand Down
22 changes: 5 additions & 17 deletions README.vi.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ https://github.com/user-attachments/assets/e9a64709-8758-44d8-9e3c-9c15e0bf2a0e
Bạn có thể cài đặt plugin này bằng một trình quản lý plugin. Dưới đây là một số ví dụ

<details>
<summary>

### Với lazy.nvim
</summary>
<summary>Với lazy.nvim</summary>

```lua
require("lazy").setup({
Expand All @@ -50,13 +47,10 @@ require("lazy").setup({
</details>

<details>
<summary>

### mini.deps
</summary>
<summary>mini.deps</summary>

```lua
add({
MiniDeps.add({
source = 'brianhuster/live-preview.nvim',
depends = { 'brianhuster/autosave.nvim' }, -- Not required, but recomended for autosaving
})
Expand All @@ -66,10 +60,7 @@ require('livepreview').setup()
</details>

<details>
<summary>

### vim-plug
</summary>
<summary>vim-plug</summary>

```vim
Plug 'brianhuster/live-preview.nvim'
Expand All @@ -82,10 +73,7 @@ lua require('livepreview').setup(vim.g.livepreview_config) " Bắt buộc để
</details>

<details>
<summary>

### Cài đặt thủ công (không dùng trình quản lý plugin)
</summary>
<summary>Cài đặt thủ công (không dùng trình quản lý plugin)</summary>

- **Linux, MacOS, dựa trên Unix**

Expand Down

0 comments on commit d640a86

Please sign in to comment.