Skip to content

在 neovim 中使用 styled-components

Published: at 13:24 UTC+08:00Suggest Changes

最近又看了看 styled-components,上次用 styled-components 还是在扇贝的时候,回老家之后都写的 Vue 没机会使用 styled-components 了。这段时间新入坑了 React Native,在 nativewind 和 styled-components 之间抉择一下,打算都尝试一下,看看庶强庶弱。之前已经尝试过 nativewind 了,项目配置完成只需要安装 tailwindcss-language-server 就可以正常使用了。styled-components 相对来说稍微复杂一下,需要做如下修改

  1. nvim-treesitter 安装 styled
  2. 项目中安装 typescript-styled-plugin
  3. styled-components 的类型定义需要安装 @types/styled-components-react-native

sample


Next Post
实现平滑圆角