aboutsummaryrefslogtreecommitdiff
path: root/nvim/ftplugin
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2024-06-13 17:26:45 +0200
committerThomas Schmucker <ts@its1.de>2024-06-13 17:26:45 +0200
commitbdf61c179b41383b2a0955d3628d6c0648e2a69f (patch)
tree02499c23ca6be4571f16a37ac980fa12b7a48fb3 /nvim/ftplugin
parent7dc6a2759f779fc9bc6f0f080bc06a7d412acc19 (diff)
downloaddotfiles-bdf61c179b41383b2a0955d3628d6c0648e2a69f.tar.gz
dotfiles-bdf61c179b41383b2a0955d3628d6c0648e2a69f.tar.bz2
dotfiles-bdf61c179b41383b2a0955d3628d6c0648e2a69f.zip
Setze den Cursor in das 'richtige' Fenster bei Verwendung von Nerdtree
Diffstat (limited to 'nvim/ftplugin')
-rw-r--r--nvim/ftplugin/vim.vim2
1 files changed, 0 insertions, 2 deletions
diff --git a/nvim/ftplugin/vim.vim b/nvim/ftplugin/vim.vim
index a67d39a..1054984 100644
--- a/nvim/ftplugin/vim.vim
+++ b/nvim/ftplugin/vim.vim
@@ -1,5 +1,3 @@
1lua vim.treesitter.start()
2
3setlocal tabstop=2 1setlocal tabstop=2
4setlocal softtabstop=2 2setlocal softtabstop=2
5setlocal shiftwidth=2 3setlocal shiftwidth=2