Refresh generated nvim config
This commit is contained in:
@ -1,9 +0,0 @@
|
||||
-- Avoid hit-enter-prompt
|
||||
vim.o.cmdheight = 2
|
||||
-- Avoid storing unnecessary data (also sometimes avoid hit-enter-prompt)
|
||||
vim.o.swapfile = false
|
||||
|
||||
vim.cmd('set rtp+=.')
|
||||
_G.n_event = 0
|
||||
vim.cmd('autocmd User MiniStarterOpened lua _G.n_event = _G.n_event + 1')
|
||||
require('mini.starter').setup({ autoopen = true })
|
||||
@ -229,8 +229,8 @@
|
||||
"public"
|
||||
"private"
|
||||
"protected"
|
||||
"virtual"
|
||||
"final"
|
||||
(virtual)
|
||||
] @keyword.modifier
|
||||
|
||||
[
|
||||
|
||||
@ -5,9 +5,6 @@
|
||||
(capture
|
||||
(identifier) @type)
|
||||
|
||||
(anonymous_node
|
||||
(identifier) @string)
|
||||
|
||||
(predicate
|
||||
name: (identifier) @function.call)
|
||||
|
||||
|
||||
@ -262,38 +262,39 @@
|
||||
"=>"
|
||||
] @punctuation.delimiter
|
||||
|
||||
; Operators: currently broken: https://github.com/JoranHonig/tree-sitter-solidity/issues/59
|
||||
;[
|
||||
; "&&"
|
||||
; "||"
|
||||
; ">>"
|
||||
; ">>>"
|
||||
; "<<"
|
||||
; "&"
|
||||
; "^"
|
||||
; "|"
|
||||
; "+"
|
||||
; "-"
|
||||
; "*"
|
||||
; "/"
|
||||
; "%"
|
||||
; "**"
|
||||
; "="
|
||||
; "<"
|
||||
; "<="
|
||||
; "=="
|
||||
; "!="
|
||||
; "!=="
|
||||
; ">="
|
||||
; ">"
|
||||
; "!"
|
||||
; "~"
|
||||
; "-"
|
||||
; "+"
|
||||
; "++"
|
||||
; "--"
|
||||
; ":="
|
||||
;] @operator
|
||||
; Operators
|
||||
[
|
||||
"&&"
|
||||
"||"
|
||||
">>"
|
||||
">>>"
|
||||
"<<"
|
||||
"&"
|
||||
"^"
|
||||
"|"
|
||||
"+"
|
||||
"-"
|
||||
"*"
|
||||
"/"
|
||||
"%"
|
||||
"**"
|
||||
"="
|
||||
"<"
|
||||
"<="
|
||||
"=="
|
||||
"!="
|
||||
"!=="
|
||||
">="
|
||||
">"
|
||||
"!"
|
||||
"~"
|
||||
"-"
|
||||
"+"
|
||||
"++"
|
||||
"--"
|
||||
":="
|
||||
] @operator
|
||||
|
||||
[
|
||||
"delete"
|
||||
"new"
|
||||
|
||||
Reference in New Issue
Block a user