diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2024-10-15 13:24:10 -0400 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2024-10-15 13:24:10 -0400 |
| commit | ffe936149c199b9a169b645dac3a6bbf933df823 (patch) | |
| tree | 65c4e30ca37c8c50e1ecd26a3f285bfc249b42a0 /.config/nvim/lua/plugins/editor.lua | |
| parent | a96a537c326d505f54d2d173b4710fca5d3de673 (diff) | |
nvim: update config
Diffstat (limited to '.config/nvim/lua/plugins/editor.lua')
| -rw-r--r-- | .config/nvim/lua/plugins/editor.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/nvim/lua/plugins/editor.lua b/.config/nvim/lua/plugins/editor.lua index 4dde1dc..7004143 100644 --- a/.config/nvim/lua/plugins/editor.lua +++ b/.config/nvim/lua/plugins/editor.lua @@ -2,4 +2,3 @@ return { { "ap/vim-buftabline", event = "VeryLazy" }, { "kylechui/nvim-surround", event = "VeryLazy", opts = {} }, } - |
