Add .gitignore

main
Amanda Graven 2023-01-20 19:55:05 +01:00
parent 1452d6596a
commit 9bb2b33d0e
Signed by: amanda
GPG Key ID: F747582C5608F4CB
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
plugin
.luarc.json

View File

@ -946,4 +946,4 @@ require'nvim-treesitter.configs'.setup {
g.nord_italic = 1
g.nord_italicize_comments = 1
g.nord_underline = 1
vim.cmd 'colorscheme tokyonight'
vim.cmd 'colorscheme tokyonight-night'