update aerospace config
This commit is contained in:
@@ -307,6 +307,9 @@ function setup_plugins()
|
||||
css = {
|
||||
require("formatter.filetypes.css").prettier,
|
||||
},
|
||||
rust = {
|
||||
require("formatter.filetypes.rust").rustfmt,
|
||||
},
|
||||
astro = {
|
||||
function()
|
||||
return {
|
||||
@@ -323,6 +326,7 @@ function setup_plugins()
|
||||
end,
|
||||
},
|
||||
lua = { require("formatter.filetypes.lua").stylua },
|
||||
c = { require("formatter.filetypes.c").clangformat },
|
||||
cpp = { require("formatter.filetypes.cpp").clangformat },
|
||||
dart = { require("formatter.filetypes.dart").dartformat },
|
||||
python = { require("formatter.filetypes.python").black },
|
||||
@@ -394,6 +398,7 @@ function setup_plugins()
|
||||
{ name = "nvim_lsp" },
|
||||
{ name = "luasnip" },
|
||||
{ name = "buffer" },
|
||||
{ name = "nvim_lsp_signature_help" },
|
||||
}),
|
||||
})
|
||||
|
||||
@@ -447,6 +452,17 @@ function config_vim()
|
||||
vim.opt.pumheight = 10
|
||||
vim.opt.scrolloff = 10
|
||||
vim.opt.listchars = {}
|
||||
vim.opt.termguicolors = true
|
||||
|
||||
vim.o.guifont = "CommitMono Nerd Font:h14"
|
||||
|
||||
vim.g.neovide_position_animation_length = 0
|
||||
vim.g.neovide_cursor_animation_length = 0.00
|
||||
vim.g.neovide_cursor_trail_size = 0
|
||||
vim.g.neovide_cursor_animate_in_insert_mode = false
|
||||
vim.g.neovide_cursor_animate_command_line = false
|
||||
vim.g.neovide_scroll_animation_far_lines = 0
|
||||
vim.g.neovide_scroll_animation_length = 0.00
|
||||
|
||||
vim.filetype.add({
|
||||
extension = {
|
||||
@@ -515,6 +531,7 @@ PLUGINS = {
|
||||
{ "hrsh7th/cmp-path" },
|
||||
{ "hrsh7th/cmp-cmdline" },
|
||||
{ "hrsh7th/nvim-cmp" },
|
||||
{ "hrsh7th/cmp-nvim-lsp-signature-help" },
|
||||
{ "mhartington/formatter.nvim" },
|
||||
{
|
||||
"L3MON4D3/LuaSnip",
|
||||
|
@@ -5,6 +5,7 @@
|
||||
"cmp-buffer": { "branch": "main", "commit": "3022dbc9166796b644a841a02de8dd1cc1d311fa" },
|
||||
"cmp-cmdline": { "branch": "main", "commit": "d250c63aa13ead745e3a40f61fdd3470efde3923" },
|
||||
"cmp-nvim-lsp": { "branch": "main", "commit": "39e2eda76828d88b773cc27a3f61d2ad782c922d" },
|
||||
"cmp-nvim-lsp-signature-help": { "branch": "main", "commit": "031e6ba70b0ad5eee49fd2120ff7a2e325b17fa7" },
|
||||
"cmp-path": { "branch": "main", "commit": "91ff86cd9c29299a64f968ebb45846c485725f23" },
|
||||
"formatter.nvim": { "branch": "master", "commit": "ad246d34ce7a32f752071ed81b09b94e6b127fad" },
|
||||
"gitsigns.nvim": { "branch": "main", "commit": "4a143f13e122ab91abdc88f89eefbe70a4858a56" },
|
||||
|
Reference in New Issue
Block a user