Add .gitignore
This commit is contained in:
parent
1452d6596a
commit
9bb2b33d0e
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
plugin
|
||||||
|
.luarc.json
|
2
init.lua
2
init.lua
|
@ -946,4 +946,4 @@ require'nvim-treesitter.configs'.setup {
|
||||||
g.nord_italic = 1
|
g.nord_italic = 1
|
||||||
g.nord_italicize_comments = 1
|
g.nord_italicize_comments = 1
|
||||||
g.nord_underline = 1
|
g.nord_underline = 1
|
||||||
vim.cmd 'colorscheme tokyonight'
|
vim.cmd 'colorscheme tokyonight-night'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue