mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
ref(nvim): formatted files
This commit is contained in:
parent
7bbf5ee03b
commit
c1bbfff700
16 changed files with 45 additions and 301 deletions
|
|
@ -1,11 +1,11 @@
|
|||
require('fidget').setup({
|
||||
require "fidget".setup({
|
||||
text = {
|
||||
spinner = "dots",
|
||||
-- done = "[Ok]",
|
||||
}
|
||||
})
|
||||
|
||||
require('nvim-treesitter.configs').setup({
|
||||
require "nvim-treesitter.configs".setup({
|
||||
-- A list of parser names, or "all" (the four listed parsers should always be installed)
|
||||
ensure_installed = {
|
||||
"c",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue