diff options
Diffstat (limited to 'nvim/ftplugin/vim.vim')
| -rw-r--r-- | nvim/ftplugin/vim.vim | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nvim/ftplugin/vim.vim b/nvim/ftplugin/vim.vim index a525fe2..a67d39a 100644 --- a/nvim/ftplugin/vim.vim +++ b/nvim/ftplugin/vim.vim | |||
| @@ -1 +1,8 @@ | |||
| 1 | lua vim.treesitter.start() | 1 | lua vim.treesitter.start() |
| 2 | |||
| 3 | setlocal tabstop=2 | ||
| 4 | setlocal softtabstop=2 | ||
| 5 | setlocal shiftwidth=2 | ||
| 6 | setlocal smarttab | ||
| 7 | setlocal expandtab | ||
| 8 | setlocal autoindent | ||
