Stuff?
This commit is contained in:
parent
39a63ad836
commit
1c31aeef0f
|
@ -5,6 +5,10 @@
|
||||||
"command": "nimlsp",
|
"command": "nimlsp",
|
||||||
"filetypes": ["nim"]
|
"filetypes": ["nim"]
|
||||||
},
|
},
|
||||||
|
"zls": {
|
||||||
|
"command": "~/zls/zls",
|
||||||
|
"filetypes": ["zig"]
|
||||||
|
},
|
||||||
"godot": {
|
"godot": {
|
||||||
"host": "127.0.0.1",
|
"host": "127.0.0.1",
|
||||||
"filetypes": ["gd", "gdscript3"],
|
"filetypes": ["gd", "gdscript3"],
|
||||||
|
|
|
@ -27,10 +27,12 @@ local setup = function()
|
||||||
'ludovicchabant/vim-gutentags',
|
'ludovicchabant/vim-gutentags',
|
||||||
'tpope/vim-obsession',
|
'tpope/vim-obsession',
|
||||||
'dhruvasagar/vim-prosession',
|
'dhruvasagar/vim-prosession',
|
||||||
|
'nvim-lua/popup.nvim',
|
||||||
|
'nvim-lua/plenary.nvim',
|
||||||
{'nvim-telescope/telescope.nvim', requires = {{'nvim-lua/popup.nvim'}, {'nvim-lua/plenary.nvim'}}},
|
{'nvim-telescope/telescope.nvim', requires = {{'nvim-lua/popup.nvim'}, {'nvim-lua/plenary.nvim'}}},
|
||||||
'joshdick/onedark.vim',
|
-- 'joshdick/onedark.vim',
|
||||||
'lukas-reineke/indent-blankline.nvim',
|
'lukas-reineke/indent-blankline.nvim',
|
||||||
{'lewis6991/gitsigns.nvim', requires = {'nvim-lua/plenary.nvim'}},
|
-- {'lewis6991/gitsigns.nvim', requires = {'nvim-lua/plenary.nvim'}},
|
||||||
'neovim/nvim-lspconfig',
|
'neovim/nvim-lspconfig',
|
||||||
'hrsh7th/nvim-compe',
|
'hrsh7th/nvim-compe',
|
||||||
'jjo/vim-cue',
|
'jjo/vim-cue',
|
||||||
|
|
|
@ -29,6 +29,7 @@ input type:keyboard {
|
||||||
}
|
}
|
||||||
|
|
||||||
input type:pointer {
|
input type:pointer {
|
||||||
|
accel_profile flat
|
||||||
pointer_accel 0
|
pointer_accel 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue