diff options
| author | Thomas Schmucker <ts@its1.de> | 2024-06-11 19:34:23 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2024-06-11 19:34:23 +0200 |
| commit | 7dc6a2759f779fc9bc6f0f080bc06a7d412acc19 (patch) | |
| tree | f062aa09653e3fd97a9e6c22554bbbf4eeb857e9 /nvim/ftplugin/vim.vim | |
| parent | b8e60c403045fa2b6d4a9670d227e20d8d0cbdb0 (diff) | |
| download | dotfiles-7dc6a2759f779fc9bc6f0f080bc06a7d412acc19.tar.gz dotfiles-7dc6a2759f779fc9bc6f0f080bc06a7d412acc19.tar.bz2 dotfiles-7dc6a2759f779fc9bc6f0f080bc06a7d412acc19.zip | |
Plugin Konfiguration überarbeitet
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 | ||
