mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 03:12:24 +00:00
asdf
This commit is contained in:
parent
f901a5d71a
commit
a6b4d0dbdc
4 changed files with 21 additions and 11 deletions
|
@ -24,8 +24,8 @@
|
|||
bruh " < fuck >
|
||||
"
|
||||
|
||||
<literal content="{{lmao}}"/>
|
||||
|
||||
asd FUCK FUKC FCUK CUFLKJASDFLKJASDLKJASDLKj
|
||||
|
||||
|
||||
<label text="< > bruh ""/>
|
||||
|
@ -147,6 +147,11 @@
|
|||
</script-var>
|
||||
|
||||
|
||||
<script-var interval="100ms" name="lmao">
|
||||
cat ~/fuck
|
||||
</script-var>
|
||||
|
||||
|
||||
<var name="bruh">
|
||||
{"hi": "ho"}
|
||||
</var>
|
||||
|
@ -175,10 +180,9 @@
|
|||
</widget>
|
||||
</window>
|
||||
<window screen="0" name="mw" stacking="fg" focusable="false">
|
||||
<!--<window screen="2" name="mw" stacking="fg" focusable="false">-->
|
||||
<!--<reserve side="l" distance="500px"/>-->
|
||||
<geometry anchor="center" width="20%" height="50%" x="50px" y="20px"/>
|
||||
<reserve x="12px" y="20px" side="top" distance="4%" layer="top" exclusive="true"/>
|
||||
<!--<window screen="2" name="mw" stacking="fg" focusable="false">-->
|
||||
<geometry anchor="top center" width="20%" height="20%" x="50px" y="50px"/>
|
||||
<reserve side="left" distance="80px"/>
|
||||
<widget>
|
||||
<test ree="test" />
|
||||
</widget>
|
||||
|
|
|
@ -9,10 +9,14 @@
|
|||
gitsigns gitsigns}
|
||||
require-macros [macros]})
|
||||
|
||||
(require "plugins.telescope")
|
||||
(require "plugins.lsp")
|
||||
(require "plugins.galaxyline")
|
||||
(require "plugins.bufferline")
|
||||
(macro make-errors-epic [f]
|
||||
`(xpcall #,f #(a.println (fennel.traceback $1))))
|
||||
|
||||
(make-errors-epic (require "plugins.telescope"))
|
||||
(make-errors-epic (require "plugins.lsp"))
|
||||
(make-errors-epic (require "plugins.galaxyline"))
|
||||
(make-errors-epic (require "plugins.bufferline"))
|
||||
|
||||
|
||||
(def- colors utils.colors)
|
||||
|
||||
|
@ -37,8 +41,8 @@
|
|||
{:ensure_installed "all"
|
||||
:highlight {:enable true
|
||||
:disable ["fennel"]}
|
||||
:indent {:enable true
|
||||
:disable ["lua"]}
|
||||
;:indent {:enable true}
|
||||
;:disable ["lua"]}
|
||||
|
||||
:incremental_selection
|
||||
{:enable true
|
||||
|
|
|
@ -38,6 +38,7 @@ set cursorline
|
|||
set incsearch
|
||||
set hlsearch
|
||||
set inccommand=nosplit
|
||||
set signcolumn=yes
|
||||
|
||||
if (has("termguicolors"))
|
||||
set termguicolors
|
||||
|
|
|
@ -83,6 +83,7 @@ require("packer").startup(function(use)
|
|||
use "hauleth/sad.vim" -- Use siw instead of ciw. when using . afterwards, will find the next occurrence of the changed word and change it too
|
||||
use "wellle/targets.vim" -- more text objects. IE: cin) (change in next parens). generally better handling of surrounding objects.
|
||||
use "unblevable/quick-scope" -- highlight targets when pressing f<character>
|
||||
|
||||
use {
|
||||
"iamcco/markdown-preview.nvim",
|
||||
run = vim.fn["mkdp#util#install"]
|
||||
|
|
Loading…
Reference in a new issue