Skip to content

Commit

Permalink
Linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tarebyte committed Oct 1, 2023
1 parent 4baffdd commit e289e5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .config/nvim/lua/plugins/disabled.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
return {
{ "akinsho/bufferline.nvim", enabled = false },
{ "echasnovski/mini.pairs", enabled = false },
{ "SmiteshP/nvim-navic", enabled = false },
{ "echasnovski/mini.pairs", enabled = false },
{ "SmiteshP/nvim-navic", enabled = false },
}
2 changes: 1 addition & 1 deletion .config/nvim/lua/plugins/fs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ return {
filesystem = {
hide_dotfiles = false,
},
}
},
},
{
"tpope/vim-eunuch",
Expand Down

0 comments on commit e289e5b

Please sign in to comment.