old options

This commit is contained in:
Dmitri 2026-04-18 18:58:31 +02:00
parent 4c5a9a157c
commit d24254728d
Signed by: kanopo
GPG Key ID: 759ADD40E3132AC7
4 changed files with 1 additions and 32 deletions

View File

@ -1,8 +0,0 @@
root = true
# Unix-style newlines with a newline ending every file
[*.lua]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2

View File

@ -1,7 +0,0 @@
# NVIM
My basic config made with sweat, blood and spit.
Kanopo

View File

@ -0,0 +1 @@
require('kanopo')

View File

@ -3,23 +3,6 @@
"gruvbox.nvim": { "gruvbox.nvim": {
"rev": "154eb5ff5b96d0641307113fa385eaf0d36d9796", "rev": "154eb5ff5b96d0641307113fa385eaf0d36d9796",
"src": "https://github.com/ellisonleao/gruvbox.nvim" "src": "https://github.com/ellisonleao/gruvbox.nvim"
},
"mason-tool-installer.nvim": {
"rev": "443f1ef8b5e6bf47045cb2217b6f748a223cf7dc",
"src": "https://github.com/WhoIsSethDaniel/mason-tool-installer.nvim"
},
"mason.nvim": {
"rev": "b03fb0f20bc1d43daf558cda981a2be22e73ac42",
"src": "https://github.com/mason-org/mason.nvim"
},
"nvim-lspconfig": {
"rev": "4b7fbaa239c5db6b36f424a4521ca9f1a401be33",
"src": "https://github.com/neovim/nvim-lspconfig"
},
"nvim-treesitter": {
"rev": "4916d6592ede8c07973490d9322f187e07dfefac",
"src": "https://github.com/nvim-treesitter/nvim-treesitter",
"version": "'main'"
} }
} }
} }