CofCat456 / dot

☕️ My Dot Files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CofCat: Frontend Neovim Config

Last commit Stars Issues

Welcome to my world!

🔧 Features

  • Configured for TypeScript Development (React, Next, Vue 3, Nuxt)
  • Cool default theme: Tokyonight
  • Lazy loaded via lazy.nvim
  • Extendable LSP configuration via mason.nvim
  • Support for TailwindCSS with highlighted colors

And of course usage of telescope, bufferline, cmp, treesitter & more!

📷 Screenshots

Dashboard

Dashboard

Overview (React Project)

Neovim

Overview (Vue Project)

Neovim

Initial setup

Note

I'm using macOS.

git clone git@github.com:CofCat456/dot.git

Install

sh install.sh

macos

The macos command sets up macOS-specific configurations using the defaults write commands to change default values for macOS.

  • Finder: show all filename extensions
  • show hidden files by default
  • only use UTF-8 in Terminal.app
  • expand save dialog by default
  • Enable full keyboard access for all controls (e.g. enable Tab in modal dialogs)
  • Enable subpixel font rendering on non-Apple LCDs
  • Use current directory as default search scope in Finder
  • Show Path bar in Finder
  • Show Status bar in Finder
  • Disable press-and-hold for keys in favor of key repeat
  • Set a blazingly fast keyboard repeat rate
  • Set a shorter Delay until key repeat
  • Enable tap to click (Trackpad)
  • Enable Safari’s debug menu

Please Enjoy :)

About

☕️ My Dot Files

License:MIT License


Languages

Language:Lua 70.9%Language:Shell 29.1%