diff options
| author | xengineering <me@xengineering.eu> | 2026-04-29 08:12:39 +0200 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2026-07-09 09:47:23 +0200 |
| commit | 115ed0ef2dcfe49c67b594514a90e1cc25188125 (patch) | |
| tree | 64663dc37ff028609e69828885174a93952af6f3 /nvim/ftplugin/python.lua | |
| parent | f37fcc07c8307286f7cf05586ee4ee75df7d68cb (diff) | |
| download | dotfiles-115ed0ef2dcfe49c67b594514a90e1cc25188125.tar dotfiles-115ed0ef2dcfe49c67b594514a90e1cc25188125.tar.zst dotfiles-115ed0ef2dcfe49c67b594514a90e1cc25188125.zip | |
nvim: Use colorcolumn per file type
This removes the global colorcolumn and adds one for Python and C.
This allows to have a distraction free experience on all other file
types and ones adapted to code guidelines for Python and C.
Diffstat (limited to 'nvim/ftplugin/python.lua')
| -rw-r--r-- | nvim/ftplugin/python.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/ftplugin/python.lua b/nvim/ftplugin/python.lua new file mode 100644 index 0000000..ac91ce3 --- /dev/null +++ b/nvim/ftplugin/python.lua @@ -0,0 +1 @@ +vim.opt.colorcolumn = {89} |
