mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-10-13 04:51:15 +02:00
nvim: use ftplugin for filetypes
This commit is contained in:
4
.config/nvim/after/ftplugin/python.lua
Normal file
4
.config/nvim/after/ftplugin/python.lua
Normal file
@@ -0,0 +1,4 @@
|
||||
vim.o.shiftwidth = 2
|
||||
vim.o.softtabstop = 2
|
||||
vim.o.textwidth = 80
|
||||
vim.o.colorcolumn = "-0"
|
Reference in New Issue
Block a user