diff options
author | Damjan 9000 <damjan.9000@gmail.com> | 2024-03-15 22:10:28 +0100 |
---|---|---|
committer | Damjan 9000 <damjan.9000@gmail.com> | 2024-03-15 22:10:28 +0100 |
commit | 1ac273484175782ae3412ceed9ad635b6ea0a50a (patch) | |
tree | 058cd4f29f754f4eb6d9051ccd4966a1936ffd58 /README.md | |
parent | 55008e9c684279c7606aadc9da7c07ec20fc8ed7 (diff) | |
parent | ea4335f5af2fabbf063f8bf946f05583f215f904 (diff) |
Merge 'upstream' conform: disable autoformat on save for specified filetypes
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -142,6 +142,8 @@ This will install the tree plugin and add the command `:Neotree` for you. For mo In the file: `lua/custom/plugins/filetree.lua`, add: ```lua +-- File: lua/custom/plugins/filetree.lua + return { "nvim-neo-tree/neo-tree.nvim", version = "*", |