diff options
| author | Nanderty <psopka@sopka.ch> | 2025-03-12 22:09:18 +0100 |
|---|---|---|
| committer | Nanderty <psopka@sopka.ch> | 2025-03-12 22:09:24 +0100 |
| commit | 7aa66e33bc4b80dfe3e4094cc30bd393557c0376 (patch) | |
| tree | 99b81d4b8ab765c065d5b66f93b48586e6c2a08d /lua/plugins/interface.lua | |
| parent | 305866ed72129d23b1bb66af7bf8d46d8c1d9890 (diff) | |
| download | neovim-config-7aa66e33bc4b80dfe3e4094cc30bd393557c0376.tar.gz neovim-config-7aa66e33bc4b80dfe3e4094cc30bd393557c0376.tar.bz2 neovim-config-7aa66e33bc4b80dfe3e4094cc30bd393557c0376.zip | |
Snippet improvements
Diffstat (limited to 'lua/plugins/interface.lua')
| -rw-r--r-- | lua/plugins/interface.lua | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lua/plugins/interface.lua b/lua/plugins/interface.lua index 906dab3..e293015 100644 --- a/lua/plugins/interface.lua +++ b/lua/plugins/interface.lua @@ -3,14 +3,14 @@ return { { 'nvim-tree/nvim-web-devicons', }, - { - 'mcauley-penney/visual-whitespace.nvim', - event = { - 'BufReadPre', - 'BufNewFile' - }, - config = true - }, + --{ + -- 'mcauley-penney/visual-whitespace.nvim', + -- event = { + -- 'BufReadPre', + -- 'BufNewFile' + -- }, + -- config = true + --}, { 'nvim-lualine/lualine.nvim', event = 'VeryLazy', |
