Compare commits
No commits in common. "26e7ef412d205287250c9829e41101339eb043e8" and "ec14b4d039f03bf48ce036ed29262ae2801c434c" have entirely different histories.
26e7ef412d
...
ec14b4d039
7 changed files with 0 additions and 29 deletions
|
|
@ -28,12 +28,3 @@ theme = Rose Pine Moon
|
|||
|
||||
background-opacity = 0.98
|
||||
background-blur = 3
|
||||
|
||||
window-padding-x = 10,10
|
||||
window-padding-y = 10,10
|
||||
|
||||
window-inherit-working-directory = true
|
||||
window-inherit-font-size = true
|
||||
window-theme = system
|
||||
|
||||
link-url = true
|
||||
|
|
|
|||
|
|
@ -8,6 +8,3 @@ ln -sf "$(pwd)/.zshrc" ~/.zshrc
|
|||
|
||||
echo "config.ghostty"
|
||||
ln -sf "$(pwd)/config.ghostty" ~/.config/ghostty/config.ghostty
|
||||
|
||||
echo "neovim"
|
||||
ln -sf "$(pwd)/nvim" ~/.config/nvim
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
require('options')
|
||||
require('keys')
|
||||
require('highlighting')
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
vim.cmd('syntax enable')
|
||||
vim.cmd('filetype plugin indent on')
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
-- Leader key
|
||||
vim.g.mapleader = ' ' -- Space as the leader key
|
||||
vim.api.nvim_set_keymap('n', '<Leader>w', ':w<CR>', { noremap = true, silent = true })
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
vim.o.number = true
|
||||
vim.o.relativenumber = true
|
||||
vim.o.tabstop = 2
|
||||
vim.o.shiftwidth = 2
|
||||
vim.o.expandtab = true
|
||||
vim.o.smartindent = true
|
||||
vim.o.cursorline = true
|
||||
vim.o.termguicolors = true
|
||||
|
|
@ -1 +0,0 @@
|
|||
/home/gaiety/dotfiles/nvim
|
||||
Loading…
Add table
Reference in a new issue