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