mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-08 16:34:26 +02:00
update
This commit is contained in:
parent
9d3685a15c
commit
8cee363eeb
3 changed files with 5 additions and 5 deletions
|
@ -36,7 +36,7 @@
|
|||
- Jalankan Script Dibawah pada Powershell
|
||||
|
||||
```
|
||||
git clone https://github.com/pojokcodeid/nvim-lazy.git "$env:LOCALAPPDATA\nvim"
|
||||
git clone https://github.com/pojokcodeid/nvim-lazy-basic.git "$env:LOCALAPPDATA\nvim"
|
||||
nvim
|
||||
```
|
||||
|
||||
|
@ -105,7 +105,7 @@ git --version
|
|||
8. Clone Config
|
||||
|
||||
```bash
|
||||
git clone https://github.com/pojokcodeid/nvim-lazy.git ~/.config/nvim
|
||||
git clone https://github.com/pojokcodeid/nvim-lazy-basic.git ~/.config/nvim
|
||||
```
|
||||
|
||||
## Setting LSP dan Treesitter
|
||||
|
|
|
@ -41,10 +41,10 @@
|
|||
"nvim-ts-context-commentstring": { "branch": "main", "commit": "a0f89563ba36b3bacd62cf967b46beb4c2c29e52" },
|
||||
"nvim-ts-rainbow": { "branch": "master", "commit": "ef95c15a935f97c65a80e48e12fe72d49aacf9b9" },
|
||||
"nvim-web-devicons": { "branch": "master", "commit": "5f79ca760e1f95fee55f3553f040a51dc1c4d953" },
|
||||
"plenary.nvim": { "branch": "master", "commit": "9d81624fbcedd3dd43b38d7e13a1e7b3f873d8cd" },
|
||||
"plenary.nvim": { "branch": "master", "commit": "253d34830709d690f013daf2853a9d21ad7accab" },
|
||||
"smart-splits.nvim": { "branch": "master", "commit": "b38431f1f68bc43d6bf9d1edb21c2bcb06b1197c" },
|
||||
"symbols-outline.nvim": { "branch": "master", "commit": "512791925d57a61c545bc303356e8a8f7869763c" },
|
||||
"telescope.nvim": { "branch": "master", "commit": "203bf5609137600d73e8ed82703d6b0e320a5f36" },
|
||||
"telescope.nvim": { "branch": "master", "commit": "ad37745d4d009576eb6f4b9b6b644c3f91e0126b" },
|
||||
"todo-comments.nvim": { "branch": "main", "commit": "077c59586d9d0726b0696dc5680eb863f4e04bc5" },
|
||||
"toggleterm.nvim": { "branch": "main", "commit": "2a787c426ef00cb3488c11b14f5dcf892bbd0bda" },
|
||||
"tokyonight.nvim": { "branch": "main", "commit": "a0abe53df53616d13da327636cb0bcac3ea7f5af" },
|
||||
|
|
|
@ -6,7 +6,7 @@ end
|
|||
if frmt.disable == 0 then
|
||||
run = 1
|
||||
end
|
||||
print("Ini Jalan")
|
||||
|
||||
if run == 1 then
|
||||
function format_filter(client)
|
||||
local filetype = vim.bo.filetype
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue