Skip to content

Commit

Permalink
chore: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Jan 9, 2025
1 parent bade88a commit 6f82ed8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .config/nvim/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

lazy d1529f6

- switch from cmp to blink
- dressing to snacks.input + fzf-lua?
- telescope.nvim to fzf-lua?

Expand All @@ -28,7 +27,6 @@ lazy d1529f6
- add recording macro to statusline
- lualine branch supports git worktree
- add lazyvim news https://www.lazyvim.org/news
- .files show up in telescope (e.g. `.env`)

## Links

Expand Down
4 changes: 2 additions & 2 deletions .config/nvim/lua/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ return {
nix = { "nixfmt" },
sh = { "shfmt" },
svelte = { "biome" },
typescript = { "biome" },
typescriptreact = { "biome" },
typescript = { "biome", "biome-organize-imports" },
typescriptreact = { "biome", "biome-organize-imports" },
vue = { "biome" },
},
-- The options you set here will be merged with the builtin formatters.
Expand Down

0 comments on commit 6f82ed8

Please sign in to comment.