This commit is contained in:
Nicole Tietz-Sokolskaya 2024-09-23 10:37:38 -04:00
parent 1af043aaa9
commit c0489f230a
5 changed files with 5 additions and 2 deletions

View File

@ -51,7 +51,7 @@
## which filter mode to use when atuin is invoked from a shell up-key binding ## which filter mode to use when atuin is invoked from a shell up-key binding
## the accepted values are identical to those of "filter_mode" ## the accepted values are identical to those of "filter_mode"
## leave unspecified to use same mode set in "filter_mode" ## leave unspecified to use same mode set in "filter_mode"
filter_mode_shell_up_key_binding = "directory" filter_mode_shell_up_key_binding = "session"
## which search mode to use when atuin is invoked from a shell up-key binding ## which search mode to use when atuin is invoked from a shell up-key binding
## the accepted values are identical to those of "search_mode" ## the accepted values are identical to those of "search_mode"

View File

@ -1,7 +1,9 @@
-- Setup language servers. -- Setup language servers.
local lspconfig = require('lspconfig') local lspconfig = require('lspconfig')
lspconfig.rust_analyzer.setup({}) lspconfig.rust_analyzer.setup({})
lspconfig.gleam.setup({})
lspconfig.tailwindcss.setup{} lspconfig.tailwindcss.setup{}
lspconfig.gopls.setup({})
-- Global mappings. -- Global mappings.
-- See `:help vim.diagnostic.*` for documentation on any of the below functions -- See `:help vim.diagnostic.*` for documentation on any of the below functions

View File

@ -17,7 +17,7 @@ Plug 'tpope/vim-obsession'
Plug 'tpope/vim-fugitive' " whose fault is it Plug 'tpope/vim-fugitive' " whose fault is it
" Language support " Language support
"Plug 'nvim-treesitter/nvim-treesitter', { 'do': ':TSUpdate' } Plug 'nvim-treesitter/nvim-treesitter', { 'do': ':TSUpdate' }
"Plug 'rust-lang/rust.vim' "Plug 'rust-lang/rust.vim'
" Plug 'ntietz/tla.vim' " Plug 'ntietz/tla.vim'
" Plug 'fatih/vim-go' " Plug 'fatih/vim-go'

View File

@ -1,3 +1,4 @@
draft draft
lapdesk lapdesk
mentee mentee
counterintuitive