1
1
Fork 0

Compare commits

..

No commits in common. "26e7ef412d205287250c9829e41101339eb043e8" and "ec14b4d039f03bf48ce036ed29262ae2801c434c" have entirely different histories.

7 changed files with 0 additions and 29 deletions

View file

@ -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

View file

@ -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

View file

@ -1,3 +0,0 @@
require('options')
require('keys')
require('highlighting')

View file

@ -1,2 +0,0 @@
vim.cmd('syntax enable')
vim.cmd('filetype plugin indent on')

View file

@ -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 })

View file

@ -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

View file

@ -1 +0,0 @@
/home/gaiety/dotfiles/nvim