This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- Author: Maxwell (caffeineee @ github) | |
| -- License: ISC | |
| local vim = vim | |
| local g = vim.g | |
| local opt = vim.opt | |
| local Plug = vim.fn['plug#'] | |
| vim.call('plug#begin') | |
| Plug('nvim-lua/plenary.nvim') -- Telescope dependency |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| *, | |
| *::before, | |
| *::after { | |
| box-sizing: border-box; | |
| } | |
| ::selection { | |
| background-color: #21252b; | |
| } | |
| :root { | |
| font: 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; |