Skip to content

Commit

Permalink
Update ftplugin.md
Browse files Browse the repository at this point in the history
  • Loading branch information
garchomp-game authored Feb 10, 2024
1 parent 741711d commit 6aa4f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versioned_docs/version-1.3/configuration/ftplugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ From `:h ftplugin`
Example for setting specific `shiftwidth` and `tabstop` that only apply for `C` file-types.

```lua
-- create a file at $LUNARVIM_CONFIG_DIR/after/ftplugin/c.lua
-- create a file at $LUNARVIM_CONFIG_DIR/ftplugin/c.lua
vim.cmd("setlocal tabstop=4 shiftwidth=4")
```

0 comments on commit 6aa4f71

Please sign in to comment.