summaryrefslogtreecommitdiffstats
path: root/lua/plugins
diff options
context:
space:
mode:
authorNanderty <psopka@sopka.ch>2025-03-12 22:09:18 +0100
committerNanderty <psopka@sopka.ch>2025-03-12 22:09:24 +0100
commit7aa66e33bc4b80dfe3e4094cc30bd393557c0376 (patch)
tree99b81d4b8ab765c065d5b66f93b48586e6c2a08d /lua/plugins
parent305866ed72129d23b1bb66af7bf8d46d8c1d9890 (diff)
downloadneovim-config-7aa66e33bc4b80dfe3e4094cc30bd393557c0376.tar.gz
neovim-config-7aa66e33bc4b80dfe3e4094cc30bd393557c0376.tar.bz2
neovim-config-7aa66e33bc4b80dfe3e4094cc30bd393557c0376.zip
Snippet improvements
Diffstat (limited to 'lua/plugins')
-rw-r--r--lua/plugins/interface.lua16
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',